doc/Makefile
changeset 14459 323c11dad9c6
parent 13054 25200c7efe0f
child 19425 81fbd4e66ff5
equal deleted inserted replaced
14458:c62b3b74f1d2 14459:323c11dad9c6
    23 
    23 
    24 hg.1.gendoc.txt: $(GENDOC)
    24 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 $*
    31 
    35 
    32 %.html: %.txt common.txt
    36 %.html: %.txt common.txt