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