diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-01-01 18:59:49 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-01-01 18:59:49 +0000 |
commit | c160d9f2085a1c9a0b3054a6eca9fbe0221cccab (patch) | |
tree | a4e6da72dd6dcad2b63e74632cfd15d161c9afd9 | |
parent | 39313239e56acdb7c4136589bbc4186ecb3a7392 (diff) |
Dist design docs.
Original commit message from CVS:
* configure.ac:
* docs/Makefile.am:
* docs/design/Makefile.am:
Dist design docs.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | docs/Makefile.am | 5 | ||||
-rw-r--r-- | docs/design/Makefile.am | 4 |
4 files changed, 15 insertions, 2 deletions
@@ -1,3 +1,10 @@ +2007-01-01 Tim-Philipp Müller <tim at centricular dot net> + + * configure.ac: + * docs/Makefile.am: + * docs/design/Makefile.am: + Dist design docs. + 2006-12-27 Julien MOUTTE <julien@moutte.net> * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation diff --git a/configure.ac b/configure.ac index d909a29ff..64b3ceb95 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 043152f84..13a74831a 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 000000000..a464e1acf --- /dev/null +++ b/docs/design/Makefile.am @@ -0,0 +1,4 @@ +SUBDIRS = + + +EXTRA_DIST = design-decodebin.txt |