mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
update README
Original commit message from CVS: update README
This commit is contained in:
parent
06f054445b
commit
0cf3c8bc14
2 changed files with 5 additions and 1 deletions
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit a19d235c89d99ca7849078d501129f521e30d98d
|
Subproject commit 61edc2dc7b8eba179d85a6545e46e0d65239e94d
|
|
@ -272,11 +272,15 @@ in the various plugin packages.
|
||||||
make sure the xinclude is in the source itself instead ?)
|
make sure the xinclude is in the source itself instead ?)
|
||||||
- to rebuild the docs, do:
|
- to rebuild the docs, do:
|
||||||
make clean
|
make clean
|
||||||
|
make scanobj-update
|
||||||
make inspect-update
|
make inspect-update
|
||||||
make
|
make
|
||||||
- examples will only show up using gtk-doc 1.4 or later - it relies on
|
- examples will only show up using gtk-doc 1.4 or later - it relies on
|
||||||
merging stuff from .sgml with inline docs. We might want to change
|
merging stuff from .sgml with inline docs. We might want to change
|
||||||
this to only get stuff from the source.
|
this to only get stuff from the source.
|
||||||
|
- you need to commit resulting files to CVS:
|
||||||
|
- changes to *.signals and *.args
|
||||||
|
- new files for your plugin created in inspect/
|
||||||
|
|
||||||
- to add a plugin to be documented:
|
- to add a plugin to be documented:
|
||||||
- make sure inspect/ has generated a .xml file for it. If it has not, make
|
- make sure inspect/ has generated a .xml file for it. If it has not, make
|
||||||
|
|
Loading…
Reference in a new issue