Mercurial > hg
changeset 9107:309c1d762e8e
doc/Makefile: let hg1.gendoc.txt depend on gendoc.py
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Fri, 10 Jul 2009 01:23:07 +0200 |
parents | 7705d184faa1 |
children | 00909238d887 |
files | doc/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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