Patch from Loïc Minier to prevent CVS directories getting disted.
authorLoïc Minier <lool.gnome@via.ecp.fr>
Mon, 27 Feb 2006 15:43:10 +0000 (15:43 +0000)
committerMichael Smith <msmith@xiph.org>
Mon, 27 Feb 2006 15:43:10 +0000 (15:43 +0000)
Original commit message from CVS:
* configure.ac:
* docs/Makefile.am:
* docs/slides/Makefile.am:
Patch from Loïc Minier to prevent CVS directories getting disted.

ChangeLog
configure.ac
docs/Makefile.am
docs/slides/Makefile.am [new file with mode: 0644]

index 582c350..eb5e05a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-02-27  Michael Smith  <msmith@fluendo.com>
+
+       * configure.ac:
+       * docs/Makefile.am:
+       * docs/slides/Makefile.am:
+         Patch from Loïc Minier to prevent CVS directories getting disted.
+
 2006-02-27  Tim-Philipp Müller  <tim at centricular dot net>
 
        * gst/gstcaps.c: (gst_caps_ref), (gst_caps_unref):
index 2fa7e0a..02e808b 100644 (file)
@@ -521,6 +521,7 @@ docs/libs/Makefile
 docs/plugins/Makefile
 docs/manual/Makefile
 docs/pwg/Makefile
+docs/slides/Makefile
 docs/xsl/Makefile
 docs/version.entities
 win32/common/config.h
index 36f0182..3e5103a 100644 (file)
@@ -13,10 +13,10 @@ endif
 BUILT_SOURCES = version.entities
 
 SUBDIRS = design $(SUBDIRS_DOCBOOK) $(SUBDIRS_GTK_DOC)
-DIST_SUBDIRS = design gst libs plugins faq manual pwg xsl
+DIST_SUBDIRS = design gst libs plugins faq manual pwg slides xsl
 
 EXTRA_DIST = \
-       slides manuals.mak htmlinstall.mak upload.mak \
+       manuals.mak htmlinstall.mak upload.mak \
        image-png image-pdf image-eps url.entities version.entities.in
 
 upload:
diff --git a/docs/slides/Makefile.am b/docs/slides/Makefile.am
new file mode 100644 (file)
index 0000000..793a47b
--- /dev/null
@@ -0,0 +1,2 @@
+EXTRA_DIST = abstract abstract.save outline README slides
+