Show More
@@ -20,7 +20,7 b' hg.1.gendoc.txt: gendoc.py ../mercurial/' | |||||
20 | ${PYTHON} gendoc.py > $@ |
|
20 | ${PYTHON} gendoc.py > $@ | |
21 |
|
21 | |||
22 | %: %.txt common.txt |
|
22 | %: %.txt common.txt | |
23 | $(PYTHON) rst2man.py $*.txt > $* |
|
23 | $(PYTHON) rst2man.py --strip-elements-with-class htmlonly $*.txt > $* | |
24 |
|
24 | |||
25 | %.html: %.txt common.txt |
|
25 | %.html: %.txt common.txt | |
26 | $(RST2HTML) $*.txt > $*.html |
|
26 | $(RST2HTML) $*.txt > $*.html |
General Comments 0
You need to be logged in to leave comments.
Login now