changeset 3909:dd86f99e3c02

merge with crew-stable
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 16 Dec 2006 14:40:55 +0100
parents 1063a631cb8e (current diff) 8020c35b6455 (diff)
children b12eae71382d f2c4a2ee59ed
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -14,7 +14,7 @@ html: $(HTML)
 hg.1.txt: hg.1.gendoc.txt
 	touch hg.1.txt
 
-hg.1.gendoc.txt: ../mercurial/commands.py
+hg.1.gendoc.txt: ../mercurial/commands.py ../mercurial/help.py
 	python gendoc.py > $@
 
 %: %.xml
@@ -29,7 +29,7 @@ hg.1.gendoc.txt: ../mercurial/commands.p
 MANIFEST: man html
 	# versionned files are already in the main MANIFEST
 	$(RM) $@
-	for i in $(MAN) $(HTML); do \
+	for i in $(MAN) $(HTML) hg.1.gendoc.txt; do \
 	  echo "doc/$$i" >> $@ ; \
 	done