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.
--- 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" >> $@ ; \