summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2004-12-20 16:29:05 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2004-12-20 16:29:05 +0000
commit9d96f87a3aa344004c80312d4efe00adcd7dae19 (patch)
tree67dd645e8f0e66d07361d5fa6cdccc85736fb08c /Makefile.am
parent7dee76175605aa3d87b1e025f7851c972238cfc6 (diff)
Added boilerplate gtk-doc files for plugin-libs documentation.
Original commit message from CVS: Added boilerplate gtk-doc files for plugin-libs documentation.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e20dd34a..ed18dd73 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,9 @@
+if BUILD_DOCS
+SUBDIRS_DOCS = docs
+else
+SUBDIRS_DOCS =
+endif
+
if USE_GCONFTOOL
GCONF_DIR=gconf
else
@@ -25,7 +31,8 @@ SUBDIRS=gst-libs \
po \
common \
m4 \
- pkgconfig
+ pkgconfig \
+ $(SUBDIRS_DOCS)
DIST_SUBDIRS=ext gst-libs \
gst sys \