From c160d9f2085a1c9a0b3054a6eca9fbe0221cccab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 1 Jan 2007 18:59:49 +0000 Subject: [PATCH] Dist design docs. Original commit message from CVS: * configure.ac: * docs/Makefile.am: * docs/design/Makefile.am: Dist design docs. --- ChangeLog | 7 +++++++ configure.ac | 1 + docs/Makefile.am | 5 +++-- docs/design/Makefile.am | 4 ++++ 4 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 docs/design/Makefile.am diff --git a/ChangeLog b/ChangeLog index bbe8e76f1a..66c585f65b 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 d909a29ff0..64b3ceb956 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 043152f84f..13a74831a8 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 0000000000..a464e1acfe --- /dev/null +++ b/docs/design/Makefile.am @@ -0,0 +1,4 @@ +SUBDIRS = + + +EXTRA_DIST = design-decodebin.txt