comparison 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
comparison
equal deleted inserted replaced
12840:99e8dd56e244 12841:5fbc2c38a98f
32 --link-stylesheet --stylesheet-path style.css $*.txt $*.html 32 --link-stylesheet --stylesheet-path style.css $*.txt $*.html
33 33
34 MANIFEST: man html 34 MANIFEST: man html
35 # tracked files are already in the main MANIFEST 35 # tracked files are already in the main MANIFEST
36 $(RM) $@ 36 $(RM) $@
37 for i in $(MAN) $(HTML) hg.1.gendoc.txt; do \ 37 for i in $(MAN) $(HTML); do \
38 echo "doc/$$i" >> $@ ; \ 38 echo "doc/$$i" >> $@ ; \
39 done 39 done
40 40
41 install: man 41 install: man
42 for i in $(MAN) ; do \ 42 for i in $(MAN) ; do \