Mercurial > hg
annotate MANIFEST.in @ 722:e5b39ce2c3c9
Add doc/Makefile to MANIFEST
manifest hash: 1fc29da9334caa71ff8df55c52747f9c93df7e0f
author | mpm@selenic.com |
---|---|
date | Wed, 20 Jul 2005 11:40:27 -0500 |
parents | 8e518e11f6cf |
children | d2422f10c136 |
rev | line source |
---|---|
7 | 1 include hg |
2 recursive-include mercurial *.py | |
188 | 3 include hgweb.cgi |
589 | 4 include hgeditor rewrite-log |
457 | 5 include tests/README tests/run-tests tests/test-*[a-z] tests/*.out |
7 | 6 include *.txt |
218
06bc1ef248a6
hgweb: put map-raw in setup.py and MANIFEST.in
mpm@selenic.com
parents:
188
diff
changeset
|
7 include templates/map templates/map-*[a-z] |
188 | 8 include templates/*.tmpl |
722 | 9 include doc/README doc/*.txt Makefile |
673
8e518e11f6cf
Change MANIFEST.in to recursive-include the contrib/ folder.
Andrew Thompson <andrewkt@aktzero.com>
parents:
589
diff
changeset
|
10 recursive-include contrib * |
7 | 11 include README |
589 | 12 include CONTRIBUTORS |
13 include COPYING | |
14 include TODO | |
15 include MANIFEST.in |