summaryrefslogtreecommitdiff
path: root/build-aux/pmccabe2html
diff options
context:
space:
mode:
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)" \