# HG changeset patch # User Mads Kiilerich # Date 1250804147 -7200 # Node ID 2a514468772787b049216d1024bc98dde1f269da # Parent a6747ba27d22f11fde4a15eccda431bc31c50ec4 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. diff -r a6747ba27d22 -r 2a5144687727 doc/Makefile --- 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" >> $@ ; \