Mercurial > hg
annotate MANIFEST.in @ 881:16ce690c411d
Fix problem with "hg serve" on systems not providing IPv6.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed, 10 Aug 2005 12:35:25 -0800 |
parents | 0902ffece4b4 |
children | fbaf0380efd1 52d8d81e72ad 4f81068ed8cd |
rev | line source |
---|---|
7 | 1 include hg |
2 recursive-include mercurial *.py | |
188 | 3 include hgweb.cgi |
589 | 4 include hgeditor rewrite-log |
807
5e779f96edb0
Include tests (or possibly maps) ending in numbers in MANIFEST, too.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
806
diff
changeset
|
5 include tests/README tests/run-tests tests/test-*[a-z0-9] tests/*.out |
805
ec7107c5d8ad
Drop .err files generated by failed tests from the MANIFEST.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
740
diff
changeset
|
6 prune tests/*.err |
7 | 7 include *.txt |
807
5e779f96edb0
Include tests (or possibly maps) ending in numbers in MANIFEST, too.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
806
diff
changeset
|
8 include templates/map templates/map-*[a-z0-9] |
188 | 9 include templates/*.tmpl |
806
f4d5f6b97f77
Add Makefile from doc directory instead of / to MANIFEST.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
805
diff
changeset
|
10 include doc/README doc/*.txt doc/Makefile |
673
8e518e11f6cf
Change MANIFEST.in to recursive-include the contrib/ folder.
Andrew Thompson <andrewkt@aktzero.com>
parents:
589
diff
changeset
|
11 recursive-include contrib * |
7 | 12 include README |
589 | 13 include CONTRIBUTORS |
14 include COPYING | |
15 include TODO | |
16 include MANIFEST.in |