comparison doc/Makefile @ 1819:d657bfdc06c4

Regenerate hg.1.gendoc.txt if commands.py changed.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 01 Mar 2006 09:19:27 +0100
parents 7956893e8458
children 9ef0850b9b68
comparison
equal deleted inserted replaced
1818:9bbc7b304c34 1819:d657bfdc06c4
9 html: $(HTML) 9 html: $(HTML)
10 10
11 hg.1.txt: hg.1.gendoc.txt 11 hg.1.txt: hg.1.gendoc.txt
12 touch hg.1.txt 12 touch hg.1.txt
13 13
14 hg.1.gendoc.txt: 14 hg.1.gendoc.txt: ../mercurial/commands.py
15 python gendoc.py > $@ 15 python gendoc.py > $@
16 16
17 %: %.xml 17 %: %.xml
18 xmlto man $*.xml 18 xmlto man $*.xml
19 19