doc/Makefile: Don't show Makefile comments in output
authorMads Kiilerich <mads@kiilerich.com>
Thu, 20 Aug 2009 23:35:47 +0200
changeset 9401 2a5144687727
parent 9400 a6747ba27d22
child 9404 4483af166c61
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.
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" >> $@ ; \