##// END OF EJS Templates
doc/Makefile: let hg1.gendoc.txt depend on gendoc.py
Martin Geisler -
r9107:309c1d76 default
parent child Browse files
Show More
@@ -16,7 +16,7 b' html: $(HTML)'
16 hg.1.txt: hg.1.gendoc.txt
16 hg.1.txt: hg.1.gendoc.txt
17 touch hg.1.txt
17 touch hg.1.txt
18
18
19 hg.1.gendoc.txt: ../mercurial/commands.py ../mercurial/help.py
19 hg.1.gendoc.txt: gendoc.py ../mercurial/commands.py ../mercurial/help.py
20 ${PYTHON} gendoc.py > $@
20 ${PYTHON} gendoc.py > $@
21
21
22 %: %.xml
22 %: %.xml
General Comments 0
You need to be logged in to leave comments. Login now