From: Tim-Philipp Müller Date: Mon, 1 Jan 2007 18:59:49 +0000 (+0000) Subject: Dist design docs. X-Git-Tag: 1.19.3~511^2~11439 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c160d9f2085a1c9a0b3054a6eca9fbe0221cccab;p=platform%2Fupstream%2Fgstreamer.git Dist design docs. Original commit message from CVS: * configure.ac: * docs/Makefile.am: * docs/design/Makefile.am: Dist design docs. --- diff --git a/ChangeLog b/ChangeLog index bbe8e76..66c585f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-01-01 Tim-Philipp Müller + + * configure.ac: + * docs/Makefile.am: + * docs/design/Makefile.am: + Dist design docs. + 2006-12-27 Julien MOUTTE * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation diff --git a/configure.ac b/configure.ac index d909a29..64b3ceb 100644 --- a/configure.ac +++ b/configure.ac @@ -623,6 +623,7 @@ tests/examples/seek/Makefile tests/examples/volume/Makefile tests/icles/Makefile docs/Makefile +docs/design/Makefile docs/libs/Makefile docs/plugins/Makefile docs/version.entities diff --git a/docs/Makefile.am b/docs/Makefile.am index 043152f..13a7483 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -10,10 +10,11 @@ else PLUGIN_DOCS_DIRS = endif -SUBDIRS = $(GTK_DOC_DIRS) $(PLUGIN_DOCS_DIRS) -DIST_SUBDIRS = libs plugins +SUBDIRS = design $(GTK_DOC_DIRS) $(PLUGIN_DOCS_DIRS) +DIST_SUBDIRS = design libs plugins EXTRA_DIST = \ + design-audiosinks.txt \ version.entities.in upload: diff --git a/docs/design/Makefile.am b/docs/design/Makefile.am new file mode 100644 index 0000000..a464e1a --- /dev/null +++ b/docs/design/Makefile.am @@ -0,0 +1,4 @@ +SUBDIRS = + + +EXTRA_DIST = design-decodebin.txt