mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-03 02:33:53 +00:00
adding doc stuff
Original commit message from CVS: adding doc stuff
This commit is contained in:
parent
073a2e5dc0
commit
e461b101d7
5 changed files with 17725 additions and 1 deletions
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 3fb3bedc9180bab9dc8c2dc784c9327bd1cc8109
|
Subproject commit 74223ba3ec3be64622ac71d682b36c1f8f01350e
|
12
docs/Makefile.am
Normal file
12
docs/Makefile.am
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
if ENABLE_GTK_DOC
|
||||||
|
GTK_DOC_DIRS = plugins
|
||||||
|
else
|
||||||
|
GTK_DOC_DIRS =
|
||||||
|
endif
|
||||||
|
|
||||||
|
SUBDIRS = $(GTK_DOC_DIRS)
|
||||||
|
DIST_SUBDIRS = plugins
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
random/ChangeLog-0.8 \
|
||||||
|
version.entities.in
|
18
docs/plugins/.gitignore
vendored
Normal file
18
docs/plugins/.gitignore
vendored
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
|
||||||
|
*-decl.txt
|
||||||
|
*-decl-list.txt
|
||||||
|
*-undocumented.txt
|
||||||
|
*-unused.txt
|
||||||
|
|
||||||
|
*.args
|
||||||
|
*.hierarchy
|
||||||
|
*.interfaces
|
||||||
|
*.prerequisites
|
||||||
|
*.signals
|
||||||
|
|
||||||
|
html
|
||||||
|
sgml
|
||||||
|
xml
|
||||||
|
*.stamp
|
17692
docs/random/ChangeLog-0.8
Normal file
17692
docs/random/ChangeLog-0.8
Normal file
File diff suppressed because it is too large
Load diff
2
docs/version.entities.in
Normal file
2
docs/version.entities.in
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<!ENTITY GST_MAJORMINOR "@GST_MAJORMINOR@">
|
||||||
|
<!ENTITY GST_VERSION "@VERSION@">
|
Loading…
Reference in a new issue