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 /docs/Makefile.am | |
parent | f815a3e50fc9be38a55aeea16b60d613aa7daddd (diff) | |
download | gst-plugins-bad-dcbf2669e7b00f567df1e5055a61b44881f13fb4.tar.gz gst-plugins-bad-dcbf2669e7b00f567df1e5055a61b44881f13fb4.tar.bz2 gst-plugins-bad-dcbf2669e7b00f567df1e5055a61b44881f13fb4.zip |
remove docs
Original commit message from CVS:
remove docs
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am deleted file mode 100644 index 0f2972b9..00000000 --- a/docs/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -if BUILD_DOCS -SUBDIRS_DOCS = libs -else -SUBDIRS_DOCS = -endif - -SUBDIRS = $(SUBDIRS_DOCS) -DIST_SUBDIRS = libs - -EXTRA_DIST = \ - upload.mak \ - version.entities.in - -#upload: -# @if test "x$(SUBDIRS_DOCS)" != x; then for a in $(SUBDIRS_DOCS); do cd $$a; make upload; cd ..; done; fi |