[Xfce4-commits] <thunarx-python:master> Only build the docs folder if --enable-gtk-doc is passed
Adam Plumb
noreply at xfce.org
Sat Mar 12 16:34:02 CET 2011
Updating branch refs/heads/master
to b77d5cedf3b051a755660f21e2fec859a635e770 (commit)
from 3ab6f8e284868c943e5e4ecc499a2f86dac05d25 (commit)
commit b77d5cedf3b051a755660f21e2fec859a635e770
Author: Adam Plumb <adamplumb at 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 *~
More information about the Xfce4-commits
mailing list