doc/Makefile: do not include hg.1.gendoc.txt in MANIFEST stable
authorMartin Geisler <mg@lazybytes.net>
Sat, 23 Oct 2010 20:10:18 +0200
branchstable
changeset 12841 5fbc2c38a98f
parent 12840 99e8dd56e244
child 12842 9905fb060ace
doc/Makefile: do not include hg.1.gendoc.txt in MANIFEST It is an intermediate file used to produce the hg.1 and .hg.1.html files and is not useful for people who download the tarball. It will be regenerated automatically by the Makefile if users want to rebuild the documentation.
doc/Makefile
--- a/doc/Makefile	Sat Oct 23 20:02:46 2010 +0200
+++ b/doc/Makefile	Sat Oct 23 20:10:18 2010 +0200
@@ -34,7 +34,7 @@
 MANIFEST: man html
 # tracked files are already in the main MANIFEST
 	$(RM) $@
-	for i in $(MAN) $(HTML) hg.1.gendoc.txt; do \
+	for i in $(MAN) $(HTML); do \
 	  echo "doc/$$i" >> $@ ; \
 	done