summaryrefslogtreecommitdiff
path: root/build-aux/pmccabe2html
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2010-09-21 14:27:00 +0200
committerSimon Josefsson <simon@josefsson.org>2010-09-21 14:27:00 +0200
commit236b99e9f712fd4b76a5ce27b388f895e170d953 (patch)
tree4f7f207c7e7df0356ad71aa3019a1f1103bd71f0 /build-aux/pmccabe2html
parent3f130a97c39ecb2c388fa34f4123a33c27c66213 (diff)
downloadgnulib-236b99e9f712fd4b76a5ce27b388f895e170d953.tar.gz
Make Makefile.am example code more cut-and-paste friendly.
Signed-off-by: Simon Josefsson <simon@josefsson.org>
Diffstat (limited to 'build-aux/pmccabe2html')
-rw-r--r--build-aux/pmccabe2html19
1 files changed, 10 insertions, 9 deletions
diff --git a/build-aux/pmccabe2html b/build-aux/pmccabe2html
index 3f887adc7d..8de4f98221 100644
--- a/build-aux/pmccabe2html
+++ b/build-aux/pmccabe2html
@@ -22,15 +22,16 @@
# 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'