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 f2c4a2ee59ed b12eae71382d
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/Makefile	Sat Dec 16 02:51:16 2006 -0200
+++ b/doc/Makefile	Sat Dec 16 14:40:55 2006 +0100
@@ -14,7 +14,7 @@
 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 @@
 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