Mercurial > hg
changeset 9401:2a5144687727
doc/Makefile: Don't show Makefile comments in output
The comments makes sense when editing Makefile, but not when watching its
output where it looks too much like error messages.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Thu, 20 Aug 2009 23:35:47 +0200 |
parents | a6747ba27d22 |
children | 4483af166c61 |
files | doc/Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/Makefile Thu Aug 20 23:35:37 2009 +0200 +++ b/doc/Makefile Thu Aug 20 23:35:47 2009 +0200 @@ -22,7 +22,7 @@ %: %.txt common.txt $(RST2MAN) $*.txt > $*.tmp - # add newline after all literal blocks and fix backslash escape +# add newline after all literal blocks and fix backslash escape sed \ -e 's/^\.fi$$/.fi\n/' \ -e 's/\\fB\\\\fP/\\fB\\e\\fP/' \ @@ -33,7 +33,7 @@ $(RST2HTML) $*.txt > $*.html MANIFEST: man html - # tracked files are already in the main MANIFEST +# tracked files are already in the main MANIFEST $(RM) $@ for i in $(MAN) $(HTML) hg.1.gendoc.txt; do \ echo "doc/$$i" >> $@ ; \