summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-02-18 21:29:17 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-02-18 21:29:17 +0000
commita377bee55e41ba9ceef3380742e536545299181c (patch)
tree8cd67e502b386bbeaceb593e3e1acc56061b5d59 /Makefile.am
parent34cf9766a7d4659450f330ef5be454a1e78c189f (diff)
Rm'ing doc from SUBDIRS
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6f6149859..6f077bb47 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ AM_CXXFLAGS = -Wall
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I config
-SUBDIRS = src test doc contrib
+SUBDIRS = src test contrib
.PHONY: regress0 regress1 regress2 regress3
regress0 regress1 regress2 regress3:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback