summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2010-01-16 15:27:41 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2010-01-16 15:27:41 +0200
commit90c9b61d37093e6cd030ac4e6473a32ffb400019 (patch)
treeab6fe93d8732f3652b6b4b682b82709a0518da3f /Makefile.am
parentec2c26ed5048b7a1ba18cc94ce2244f744287fde (diff)
* update configuration files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 06497d5..939f2b4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,11 +14,11 @@
## along with this program; if not, write to the Free Software Foundation,
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-SUBDIRS=src
+SUBDIRS=src man
# calculate the cyclomatic-complexity, which should not go over 10
-#cc10:
-# @pmccabe `find . -regex '.*\.\(c\|cc\|h\)$'` | sort -nr | awk '($$1 > 10)'
+cc10:
+ @pmccabe `find . -regex '.*\.\(c\|cc\|h\)$'` | sort -nr | awk '($$1 > 10)'
EXTRA_DIST= \
TODO \