doc/Makefile
changeset 3907 39dcee009aab
parent 3872 9d7ac8613340
child 3908 8020c35b6455
--- 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