diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-08 12:23:08 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-08 13:42:47 -0500 |
commit | e7f6e1953ce07bdcf25571152a3bcd412d8c5ba0 (patch) | |
tree | 80104179c0caf64363fd43cd1e26307c654f8563 /Makefile.am | |
parent | dd785dbfa82249c315e102f6a355f1580d3c7436 (diff) | |
download | sssd-e7f6e1953ce07bdcf25571152a3bcd412d8c5ba0.tar.gz sssd-e7f6e1953ce07bdcf25571152a3bcd412d8c5ba0.tar.xz sssd-e7f6e1953ce07bdcf25571152a3bcd412d8c5ba0.zip |
Package libcollection documentation into libcollection-devel
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
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 |