From e7f6e1953ce07bdcf25571152a3bcd412d8c5ba0 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 8 Mar 2010 12:23:08 -0500 Subject: Package libcollection documentation into libcollection-devel --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index cfdce61c2..3a1fb5be3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,4 +58,6 @@ tests: all done docs: - $(MAKE) -C src $@ + for subdir in $(SUBDIRS); do \ + $(MAKE) -C $$subdir $@; \ + done -- cgit