comparison doc/Makefile @ 6490:b13dae8ed779

Merge from crew-stable.
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Mon, 07 Apr 2008 09:26:40 +0200
parents 960bc707ea10
children 2e58f1a36046
comparison
equal deleted inserted replaced
6485:938319418d8c 6490:b13dae8ed779
16 16
17 hg.1.gendoc.txt: ../mercurial/commands.py ../mercurial/help.py 17 hg.1.gendoc.txt: ../mercurial/commands.py ../mercurial/help.py
18 python gendoc.py > $@ 18 python gendoc.py > $@
19 19
20 %: %.xml 20 %: %.xml
21 xmlto man $*.xml 21 xmlto man $*.xml ; \
22 sed -e 's/^\.hg/\\\&.hg/' $* > $*~ ; \
23 mv $*~ $*
22 24
23 %.xml: %.txt 25 %.xml: %.txt
24 asciidoc -d manpage -b docbook $*.txt 26 asciidoc -d manpage -b docbook $*.txt
25 27
26 %.html: %.txt 28 %.html: %.txt