Make docs building dependent on BUILD_DOCS, this appears to be what is intended by...
authorDavid Schleef <ds@schleef.org>
Tue, 29 Jul 2003 03:05:59 +0000 (03:05 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 29 Jul 2003 03:05:59 +0000 (03:05 +0000)
Original commit message from CVS:
Make docs building dependent on BUILD_DOCS, this appears to be what
is intended by configure.ac.

common
docs/Makefile.am

diff --git a/common b/common
index d6e219f..87e71f9 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit d6e219fd076d8f182bd1ee84228b1b85cdb807a6
+Subproject commit 87e71f9961881079d1d146dcbd08136e3e54d680
index 57f3bb8..f6d66a5 100644 (file)
@@ -5,7 +5,13 @@ else
 SUBDIRS_PLUGINS =
 endif
 
-SUBDIRS = faq manual pwg gst libs $(SUBDIRS_PLUGINS)
+if BUILD_DOCS
+SUBDIRS_DOCS = faq manual pwg gst libs
+else
+SUBDIRS_DOCS =
+endif
+
+SUBDIRS = $(SUBDIRS_DOCS) $(SUBDIRS_PLUGINS)
 DIST_SUBDIRS = faq manual pwg gst libs plugins xsl
 
 EXTRA_DIST = slides manuals.mak