summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-12-24 13:09:48 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-12-24 13:09:48 +0000
commit356fde967b46571358314ff4bd999d7d71b47720 (patch)
treef28916a6a512e13382b3a6247e8f244c47bf975d /Makefile.am
parent7081dd936f3d14c01172b9790d85f1b11f96334f (diff)
downloadgst-plugins-bad-356fde967b46571358314ff4bd999d7d71b47720.tar.gz
gst-plugins-bad-356fde967b46571358314ff4bd999d7d71b47720.tar.bz2
gst-plugins-bad-356fde967b46571358314ff4bd999d7d71b47720.zip
disable docs again until it passes make distcheck
Original commit message from CVS: disable docs again until it passes make distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am15
1 files changed, 10 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index e7b261f4..c59421e3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,7 @@
if BUILD_DOCS
-SUBDIRS_DOCS = docs
+# disabled until it actually works
+# SUBDIRS_DOCS = docs
+SUBDIRS_DOCS =
else
SUBDIRS_DOCS =
endif
@@ -32,8 +34,9 @@ SUBDIRS = \
po \
common \
m4 \
- pkgconfig \
- $(SUBDIRS_DOCS)
+ pkgconfig
+# disabled
+# $(SUBDIRS_DOCS)
DIST_SUBDIRS = \
gst-libs \
@@ -45,8 +48,10 @@ DIST_SUBDIRS = \
po \
common \
m4 \
- pkgconfig \
- docs
+ pkgconfig
+
+# disabled
+# docs
EXTRA_DIST = \
gst-plugins.spec depcomp \