doc/Makefile
changeset 9107 309c1d762e8e
parent 8822 1027da7d2fb9
child 9158 d6eecafaf12f
--- a/doc/Makefile	Thu Jul 09 22:52:39 2009 +0200
+++ b/doc/Makefile	Fri Jul 10 01:23:07 2009 +0200
@@ -16,7 +16,7 @@
 hg.1.txt: hg.1.gendoc.txt
 	touch hg.1.txt
 
-hg.1.gendoc.txt: ../mercurial/commands.py ../mercurial/help.py
+hg.1.gendoc.txt: gendoc.py ../mercurial/commands.py ../mercurial/help.py
 	${PYTHON} gendoc.py > $@
 
 %: %.xml