disable docs again until it passes make distcheck

Original commit message from CVS:
disable docs again until it passes make distcheck
This commit is contained in:
Thomas Vander Stichele 2004-12-24 13:09:48 +00:00
parent a0f3fb2a36
commit 5a643b5e72
3 changed files with 20 additions and 8 deletions

View file

@ -1,3 +1,9 @@
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> 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps): * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):

View file

@ -1,5 +1,7 @@
if BUILD_DOCS if BUILD_DOCS
SUBDIRS_DOCS = docs # disabled until it actually works
# SUBDIRS_DOCS = docs
SUBDIRS_DOCS =
else else
SUBDIRS_DOCS = SUBDIRS_DOCS =
endif endif
@ -32,8 +34,9 @@ SUBDIRS = \
po \ po \
common \ common \
m4 \ m4 \
pkgconfig \ pkgconfig
$(SUBDIRS_DOCS) # disabled
# $(SUBDIRS_DOCS)
DIST_SUBDIRS = \ DIST_SUBDIRS = \
gst-libs \ gst-libs \
@ -45,8 +48,10 @@ DIST_SUBDIRS = \
po \ po \
common \ common \
m4 \ m4 \
pkgconfig \ pkgconfig
docs
# disabled
# docs
EXTRA_DIST = \ EXTRA_DIST = \
gst-plugins.spec depcomp \ gst-plugins.spec depcomp \

View file

@ -2109,11 +2109,12 @@ pkgconfig/gstreamer-plugins-uninstalled.pc
po/Makefile.in po/Makefile.in
common/Makefile common/Makefile
common/m4/Makefile common/m4/Makefile
docs/Makefile
docs/libs/Makefile
docs/version.entities
m4/Makefile m4/Makefile
) )
dnl disabled until it actually passes make distcheck
dnl docs/Makefile
dnl docs/libs/Makefile
dnl docs/version.entities
AC_OUTPUT AC_OUTPUT
echo -n "configure: *** Plug-ins that will be built :" echo -n "configure: *** Plug-ins that will be built :"