summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am6
-rw-r--r--collection/README2
2 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index cbd2866..331f75d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,6 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = trace collection ini dhash path_utils refarray
+DOCDIRS = collection
dist_noinst_DATA = \
m4
@@ -25,3 +26,8 @@ tests: all
for subdir in $(SUBDIRS); do \
$(MAKE) -C $$subdir $@; \
done
+
+docs:
+ for subdir in $(DOCDIRS); do \
+ $(MAKE) -C $$subdir $@; \
+ done
diff --git a/collection/README b/collection/README
deleted file mode 100644
index 83a7b92..0000000
--- a/collection/README
+++ /dev/null
@@ -1,2 +0,0 @@
-Documentation for libcollection can be found in collection.h and
-collection_tools.h