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 | 5a643b5e72fac37bb4e8696ec13302973df77d23 (patch) | |
tree | 80e9c83c199d5ed815499d63d29926c5042ad2ab /configure.ac | |
parent | a0f3fb2a36bc92b36395c8e6ab611eb7a316aa7a (diff) |
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 :" |