Original commit message from CVS:
disable docs again until it passes make distcheck
+2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * Makefile.am:
+ * configure.ac:
+ disable docs again until it actually passes make distcheck.
+
2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
if BUILD_DOCS
-SUBDIRS_DOCS = docs
+# disabled until it actually works
+# SUBDIRS_DOCS = docs
+SUBDIRS_DOCS =
else
SUBDIRS_DOCS =
endif
po \
common \
m4 \
- pkgconfig \
- $(SUBDIRS_DOCS)
+ pkgconfig
+# disabled
+# $(SUBDIRS_DOCS)
DIST_SUBDIRS = \
gst-libs \
po \
common \
m4 \
- pkgconfig \
- docs
+ pkgconfig
+
+# disabled
+# docs
EXTRA_DIST = \
gst-plugins.spec depcomp \
po/Makefile.in
common/Makefile
common/m4/Makefile
-docs/Makefile
-docs/libs/Makefile
-docs/version.entities
m4/Makefile
)
+dnl disabled until it actually passes make distcheck
+dnl docs/Makefile
+dnl docs/libs/Makefile
+dnl docs/version.entities
AC_OUTPUT
echo -n "configure: *** Plug-ins that will be built :"