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	Sat Dec 16 02:38:18 2006 -0200
+++ b/doc/Makefile	Sat Dec 16 13:54:23 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