projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c27b119
)
Use src/ not lib/ as root of source in example Makefile.am code.
author
Reuben Thomas
<rrt@sc3d.org>
Tue, 21 Sep 2010 12:55:05 +0000
(13:55 +0100)
committer
Simon Josefsson
<simon@josefsson.org>
Tue, 21 Sep 2010 13:54:15 +0000
(15:54 +0200)
Signed-off-by: Simon Josefsson <simon@josefsson.org>
build-aux/pmccabe2html
patch
|
blob
|
history
diff --git
a/build-aux/pmccabe2html
b/build-aux/pmccabe2html
index 3d266d42d35f9f1f66456b2815f467637656f635..28117af240035346b4f489c4f04fa3f5050197f8 100644
(file)
--- 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)" \