Make Makefile.am example code more cut-and-paste friendly.
authorReuben Thomas <rrt@sc3d.org>
Tue, 21 Sep 2010 12:27:00 +0000 (14:27 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 21 Sep 2010 12:27:00 +0000 (14:27 +0200)
Signed-off-by: Simon Josefsson <simon@josefsson.org>
ChangeLog
build-aux/pmccabe2html

index 4a62029..014b30d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-21  Reuben Thomas  <rrt@sc3d.org>
+
+       * build-aux/pmccabe2html: Make Makefile.am example code more
+       cut-and-paste friendly.
+
 2010-09-21  Simon Josefsson  <simon@josefsson.org>
 
        * tests/test-net_if.c: New file.
index 3f887ad..8de4f98 100644 (file)
 # Typical Invocation is from a Makefile.am:
 #
 # cyclo-$(PACKAGE).html:
-#      $(PMCCABE) ${top_srcdir}/lib/*.[ch] \
-#              | sort -nr \
-#              | $(AWK) -f ${top_srcdir}/build-aux/pmccabe2html \
-#                      -v lang=html -v name="$(PACKAGE_NAME)" \
-#                      -v vcurl="http://git.savannah.gnu.org/gitweb/?p=$(PACKAGE).git;a=blob;f=%FILENAME%;hb=HEAD" \
-#                      -v url="http://www.gnu.org/software/$(PACKAGE)/" \
-#                       -v css=${top_srcdir}/build-aux/pmccabe.css \
-#                      > $@-tmp
-#      mv $@-tmp $@
+#      $(PMCCABE) ${top_srcdir}/lib/*.[ch] \
+#              | sort -nr \
+#              | $(AWK) -f ${top_srcdir}/build-aux/pmccabe2html \
+#                      -v lang=html -v name="$(PACKAGE_NAME)" \
+#                      -v vcurl="http://git.savannah.gnu.org/gitweb/?p=$(PACKAG).git;a=blob;f=%FILENAME%;hb=HEAD" \
+#                      -v url="http://www.gnu.org/software/$(PACKAGE)/" \
+#                      -v css=${top_srcdir}/build-aux/pmccabe.css \
+#                      -v cut_dir=${top_srcdir}/ \
+#                      > $@-tmp
+#      mv $@-tmp $@
 #
 # The variables available are:
 #   lang     output language, either 'html' or 'wiki'