From: Loïc Minier Date: Mon, 27 Feb 2006 15:43:10 +0000 (+0000) Subject: Patch from Loïc Minier to prevent CVS directories getting disted. X-Git-Tag: RELEASE-0_10_4~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=323c4ca50eeb9541b07ecdb48cb5de5f34bc9c3c;hp=8f9fb90c1a387d6ac9c291b5928cad54ef7ccd21;p=platform%2Fupstream%2Fgstreamer.git Patch from Loïc Minier to prevent CVS directories getting disted. 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. --- diff --git a/ChangeLog b/ChangeLog index 582c350..eb5e05a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-02-27 Michael Smith + + * 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 * gst/gstcaps.c: (gst_caps_ref), (gst_caps_unref): diff --git a/configure.ac b/configure.ac index 2fa7e0a..02e808b 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/docs/Makefile.am b/docs/Makefile.am index 36f0182..3e5103a 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -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 index 0000000..793a47b --- /dev/null +++ b/docs/slides/Makefile.am @@ -0,0 +1,2 @@ +EXTRA_DIST = abstract abstract.save outline README slides +