diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-12-24 13:09:48 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-12-24 13:09:48 +0000 |
commit | 356fde967b46571358314ff4bd999d7d71b47720 (patch) | |
tree | f28916a6a512e13382b3a6247e8f244c47bf975d /configure.ac | |
parent | 7081dd936f3d14c01172b9790d85f1b11f96334f (diff) | |
download | gst-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 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 00f99652..5f263854 100644 --- a/configure.ac +++ b/configure.ac @@ -2109,11 +2109,12 @@ pkgconfig/gstreamer-plugins-uninstalled.pc 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 :" |