##// END OF EJS Templates
doc/Makefile: Don't show Makefile comments in output...
Mads Kiilerich -
r9401:2a514468 default
parent child Browse files
Show More
@@ -22,7 +22,7 b' hg.1.gendoc.txt: gendoc.py ../mercurial/'
22
22
23 %: %.txt common.txt
23 %: %.txt common.txt
24 $(RST2MAN) $*.txt > $*.tmp
24 $(RST2MAN) $*.txt > $*.tmp
25 # add newline after all literal blocks and fix backslash escape
25 # add newline after all literal blocks and fix backslash escape
26 sed \
26 sed \
27 -e 's/^\.fi$$/.fi\n/' \
27 -e 's/^\.fi$$/.fi\n/' \
28 -e 's/\\fB\\\\fP/\\fB\\e\\fP/' \
28 -e 's/\\fB\\\\fP/\\fB\\e\\fP/' \
@@ -33,7 +33,7 b' hg.1.gendoc.txt: gendoc.py ../mercurial/'
33 $(RST2HTML) $*.txt > $*.html
33 $(RST2HTML) $*.txt > $*.html
34
34
35 MANIFEST: man html
35 MANIFEST: man html
36 # tracked files are already in the main MANIFEST
36 # tracked files are already in the main MANIFEST
37 $(RM) $@
37 $(RM) $@
38 for i in $(MAN) $(HTML) hg.1.gendoc.txt; do \
38 for i in $(MAN) $(HTML) hg.1.gendoc.txt; do \
39 echo "doc/$$i" >> $@ ; \
39 echo "doc/$$i" >> $@ ; \
General Comments 0
You need to be logged in to leave comments. Login now