##// END OF EJS Templates
doc: make sure we use our own code for generating man pages...
Mads Kiilerich -
r11639:a0c5f531 stable
parent child Browse files
Show More
@@ -24,7 +24,7 b' hg.1.gendoc.txt: $(GENDOC)'
24 mv $@.tmp $@
24 mv $@.tmp $@
25
25
26 %: %.txt common.txt
26 %: %.txt common.txt
27 $(PYTHON) runrst manpage --halt warning \
27 $(PYTHON) runrst hgmanpage --halt warning \
28 --strip-elements-with-class htmlonly $*.txt $*
28 --strip-elements-with-class htmlonly $*.txt $*
29
29
30 %.html: %.txt common.txt
30 %.html: %.txt common.txt
1 NO CONTENT: file renamed from doc/manpage.py to doc/hgmanpage.py
NO CONTENT: file renamed from doc/manpage.py to doc/hgmanpage.py
General Comments 0
You need to be logged in to leave comments. Login now