mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
docs/libs/Makefile.am: Remove cruft and do some cleanups.
Original commit message from CVS: * docs/libs/Makefile.am: Remove cruft and do some cleanups. * docs/libs/gst-plugins-base-libs-docs.sgml: Prepare for comming gtkdoc features (rebase against online docs).
This commit is contained in:
parent
1b7a0df57e
commit
3ad40bebe5
3 changed files with 14 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2007-08-10 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* docs/libs/Makefile.am:
|
||||||
|
Remove cruft and do some cleanups.
|
||||||
|
|
||||||
|
* docs/libs/gst-plugins-base-libs-docs.sgml:
|
||||||
|
Prepare for comming gtkdoc features (rebase against online docs).
|
||||||
|
|
||||||
2007-08-10 Michael Smith <msmith@fluendo.com>
|
2007-08-10 Michael Smith <msmith@fluendo.com>
|
||||||
|
|
||||||
* gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
|
* gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
|
||||||
|
|
|
@ -51,7 +51,7 @@ SCAN_OPTIONS=
|
||||||
#EXTRA_DIST = gstreamer.types.in gstreamer.hierarchy $(DOC_MODULE)-sections.txt gstreamer-sections.txt $(DOC_MAIN_SGML_FILE)
|
#EXTRA_DIST = gstreamer.types.in gstreamer.hierarchy $(DOC_MODULE)-sections.txt gstreamer-sections.txt $(DOC_MAIN_SGML_FILE)
|
||||||
|
|
||||||
# Extra options to supply to gtkdoc-mkdb.
|
# Extra options to supply to gtkdoc-mkdb.
|
||||||
MKDB_OPTIONS=--sgml-mode --ignore-files=trio
|
MKDB_OPTIONS=--sgml-mode --output-format=xml
|
||||||
|
|
||||||
# Extra options to supply to gtkdoc-fixref.
|
# Extra options to supply to gtkdoc-fixref.
|
||||||
FIXXREF_OPTIONS=--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html \
|
FIXXREF_OPTIONS=--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html \
|
||||||
|
|
|
@ -74,7 +74,10 @@
|
||||||
<book id="index">
|
<book id="index">
|
||||||
<bookinfo>
|
<bookinfo>
|
||||||
<title>GStreamer Base Plugins &GST_MAJORMINOR; Library Reference Manual</title>
|
<title>GStreamer Base Plugins &GST_MAJORMINOR; Library Reference Manual</title>
|
||||||
<releaseinfo>for GStreamer Library &GST_MAJORMINOR; (&GST_VERSION;)</releaseinfo>
|
<releaseinfo>
|
||||||
|
for GStreamer Library &GST_MAJORMINOR; (&GST_VERSION;)
|
||||||
|
<ulink role="online-location" url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/</ulink>.
|
||||||
|
</releaseinfo>
|
||||||
</bookinfo>
|
</bookinfo>
|
||||||
|
|
||||||
<part id="gstreamer-plugins-base">
|
<part id="gstreamer-plugins-base">
|
||||||
|
|
Loading…
Reference in a new issue