##// END OF EJS Templates
doc: rebuild hgrc.5 man and HTML page when help/config changes
Martin Geisler -
r14459:323c11da default
parent child Browse files
Show More
@@ -25,6 +25,10 b' hg.1.gendoc.txt: $(GENDOC)'
25 ${PYTHON} gendoc.py > $@.tmp
25 ${PYTHON} gendoc.py > $@.tmp
26 mv $@.tmp $@
26 mv $@.tmp $@
27
27
28 hgrc.5: ../mercurial/help/config.txt
29
30 hgrc.5.html: ../mercurial/help/config.txt
31
28 %: %.txt common.txt
32 %: %.txt common.txt
29 $(PYTHON) runrst hgmanpage $(RSTARGS) --halt warning \
33 $(PYTHON) runrst hgmanpage $(RSTARGS) --halt warning \
30 --strip-elements-with-class htmlonly $*.txt $*
34 --strip-elements-with-class htmlonly $*.txt $*
General Comments 0
You need to be logged in to leave comments. Login now