diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-07-07 16:50:21 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-07-07 16:50:21 +0000 |
commit | dcbf2669e7b00f567df1e5055a61b44881f13fb4 (patch) | |
tree | bc9e25e8bd24aa93738fb03063dadb0b37a416de /Makefile.am | |
parent | f815a3e50fc9be38a55aeea16b60d613aa7daddd (diff) | |
download | gstreamer-plugins-bad-dcbf2669e7b00f567df1e5055a61b44881f13fb4.tar.gz |
remove docs
Original commit message from CVS:
remove docs
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index ca0ef2779..e7debfc22 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,3 @@ -if BUILD_DOCS -# disabled until it actually works -# SUBDIRS_DOCS = docs -SUBDIRS_DOCS = -else -SUBDIRS_DOCS = -endif - # if USE_GCONFTOOL # GCONF_DIR = gconf # else @@ -23,9 +15,6 @@ DIST_SUBDIRS = \ gst sys ext gst-libs \ m4 common -# disabled -# docs - EXTRA_DIST = \ gst-plugins.spec depcomp \ AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \ |