summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-03-08 12:23:08 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-03-08 13:44:29 -0500
commit406a28f7930b6686ff778f6de51ae715f62e8395 (patch)
tree80104179c0caf64363fd43cd1e26307c654f8563 /Makefile.am
parenta82ee2e095da8f051ee3cf96c2c8169f106164f8 (diff)
downloadsssd-406a28f7930b6686ff778f6de51ae715f62e8395.tar.gz
sssd-406a28f7930b6686ff778f6de51ae715f62e8395.tar.xz
sssd-406a28f7930b6686ff778f6de51ae715f62e8395.zip
Package libcollection documentation into libcollection-devel
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
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