##// END OF EJS Templates
manpage build: fail early when xmlto is not available...
Giorgos Keramidas -
r8311:e0eb03bf default
parent child Browse files
Show More
@@ -20,8 +20,8 b' hg.1.gendoc.txt: ../mercurial/commands.p'
20 ${PYTHON} gendoc.py > $@
20 ${PYTHON} gendoc.py > $@
21
21
22 %: %.xml
22 %: %.xml
23 xmlto man $*.xml ; \
23 xmlto man $*.xml && \
24 sed -e 's/^\.hg/\\\&.hg/' $* > $*~ ; \
24 sed -e 's/^\.hg/\\\&.hg/' $* > $*~ && \
25 mv $*~ $*
25 mv $*~ $*
26
26
27 %.xml: %.txt
27 %.xml: %.txt
General Comments 0
You need to be logged in to leave comments. Login now