mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
Dist design docs.
Original commit message from CVS: * configure.ac: * docs/Makefile.am: * docs/design/Makefile.am: Dist design docs.
This commit is contained in:
parent
39313239e5
commit
c160d9f208
4 changed files with 15 additions and 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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
4
docs/design/Makefile.am
Normal file
4
docs/design/Makefile.am
Normal file
|
@ -0,0 +1,4 @@
|
|||
SUBDIRS =
|
||||
|
||||
|
||||
EXTRA_DIST = design-decodebin.txt
|
Loading…
Reference in a new issue