diff doc/Makefile @ 12841:5fbc2c38a98f stable

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.
author Martin Geisler <mg@lazybytes.net>
date Sat, 23 Oct 2010 20:10:18 +0200
parents 99e8dd56e244
children 6b6e7da9bccd
line wrap: on
line diff
--- 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