Updating branch refs/heads/master
         to b77d5cedf3b051a755660f21e2fec859a635e770 (commit)
       from 3ab6f8e284868c943e5e4ecc499a2f86dac05d25 (commit)

commit b77d5cedf3b051a755660f21e2fec859a635e770
Author: Adam Plumb <adampl...@gmail.com>
Date:   Sat Mar 12 10:32:12 2011 -0500

    Only build the docs folder if --enable-gtk-doc is passed

 Makefile.am |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 19cfd0a..95246e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,8 @@
-SUBDIRS = src docs
+SUBDIRS = src
+
+if ENABLE_GTK_DOC
+SUBDIRS += docs
+endif
 
 distclean-local:
        rm -rf *.spec *.cache *~
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to