Regenerate hg.1 manpage if help text in help.py changes.
authorThomas Arendsen Hein <thomas@intevation.de>
Sat, 16 Dec 2006 13:54:23 +0100
changeset 3907 39dcee009aab
parent 3905 a8c0365b2ace
child 3908 8020c35b6455
Regenerate hg.1 manpage if help text in help.py changes.
doc/Makefile
--- 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