equal
deleted
inserted
replaced
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 |