summaryrefslogtreecommitdiff
path: root/build-aux/pmccabe2html
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2010-09-21 13:55:05 +0100
committerSimon Josefsson <simon@josefsson.org>2010-09-21 15:54:15 +0200
commit7a49b7fe8ccca1ceac9c06ca339c64329bcd0ab8 (patch)
tree6d09b5a94b7c16f79446a6fcaa6a572b2fce468a /build-aux/pmccabe2html
parentc27b11980b8b4c2fa4686a291b1b773073b07289 (diff)
downloadgnulib-7a49b7fe8ccca1ceac9c06ca339c64329bcd0ab8.tar.gz
Use src/ not lib/ as root of source in example Makefile.am code.
Signed-off-by: Simon Josefsson <simon@josefsson.org>
Diffstat (limited to 'build-aux/pmccabe2html')
-rw-r--r--build-aux/pmccabe2html2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/pmccabe2html b/build-aux/pmccabe2html
index 3d266d42d3..28117af240 100644
--- a/build-aux/pmccabe2html
+++ b/build-aux/pmccabe2html
@@ -22,7 +22,7 @@
# Typical Invocation is from a Makefile.am:
#
# cyclo-$(PACKAGE).html:
-# $(PMCCABE) ${top_srcdir}/lib/*.[ch] \
+# $(PMCCABE) ${top_srcdir}/src/*.[ch] \
# | sort -nr \
# | $(AWK) -f ${top_srcdir}/build-aux/pmccabe2html \
# -v lang=html -v name="$(PACKAGE_NAME)" \