mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
Added boilerplate gtk-doc files for plugin-libs documentation.
Original commit message from CVS: Added boilerplate gtk-doc files for plugin-libs documentation.
This commit is contained in:
parent
8f66306a15
commit
87f2c8b770
3 changed files with 25 additions and 1 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
||||||
|
2004-12-20 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* Makefile.am:
|
||||||
|
* configure.ac:
|
||||||
|
* docs/Makefile.am:
|
||||||
|
* docs/libs/Makefile.am:
|
||||||
|
* docs/libs/gst-plugins-libs-docs.sgml:
|
||||||
|
* docs/libs/gst-plugins-libs-sections.txt:
|
||||||
|
* docs/libs/tmpl/gstgconf.sgml:
|
||||||
|
* docs/upload.mak:
|
||||||
|
* docs/version.entities.in:
|
||||||
|
Added boilerplate gtk-doc files for plugin-libs documentation.
|
||||||
|
|
||||||
2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
|
2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
|
||||||
|
|
||||||
* gst/auparse/gstauparse.c: fix int and float audio caps
|
* gst/auparse/gstauparse.c: fix int and float audio caps
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
if BUILD_DOCS
|
||||||
|
SUBDIRS_DOCS = docs
|
||||||
|
else
|
||||||
|
SUBDIRS_DOCS =
|
||||||
|
endif
|
||||||
|
|
||||||
if USE_GCONFTOOL
|
if USE_GCONFTOOL
|
||||||
GCONF_DIR=gconf
|
GCONF_DIR=gconf
|
||||||
else
|
else
|
||||||
|
@ -25,7 +31,8 @@ SUBDIRS=gst-libs \
|
||||||
po \
|
po \
|
||||||
common \
|
common \
|
||||||
m4 \
|
m4 \
|
||||||
pkgconfig
|
pkgconfig \
|
||||||
|
$(SUBDIRS_DOCS)
|
||||||
|
|
||||||
DIST_SUBDIRS=ext gst-libs \
|
DIST_SUBDIRS=ext gst-libs \
|
||||||
gst sys \
|
gst sys \
|
||||||
|
|
|
@ -177,6 +177,7 @@ AC_ARG_WITH(pkg-config-path,
|
||||||
AC_HELP_STRING([--with-pkg-config-path],[colon-separated list of pkg-config(1) dirs]),
|
AC_HELP_STRING([--with-pkg-config-path],[colon-separated list of pkg-config(1) dirs]),
|
||||||
[export PKG_CONFIG_PATH=${withval}])
|
[export PKG_CONFIG_PATH=${withval}])
|
||||||
|
|
||||||
|
GST_DOC()
|
||||||
dnl check architecture
|
dnl check architecture
|
||||||
GST_ARCH()
|
GST_ARCH()
|
||||||
|
|
||||||
|
@ -2087,6 +2088,9 @@ pkgconfig/gstreamer-plugins-uninstalled.pc
|
||||||
po/Makefile.in
|
po/Makefile.in
|
||||||
common/Makefile
|
common/Makefile
|
||||||
common/m4/Makefile
|
common/m4/Makefile
|
||||||
|
docs/Makefile
|
||||||
|
docs/libs/Makefile
|
||||||
|
docs/version.entities
|
||||||
m4/Makefile
|
m4/Makefile
|
||||||
)
|
)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
Loading…
Reference in a new issue