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:
Stefan Kost 2004-12-20 16:29:05 +00:00
parent 7dee761756
commit 9d96f87a3a
3 changed files with 25 additions and 1 deletions

View file

@ -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>
* gst/auparse/gstauparse.c: fix int and float audio caps

View file

@ -1,3 +1,9 @@
if BUILD_DOCS
SUBDIRS_DOCS = docs
else
SUBDIRS_DOCS =
endif
if USE_GCONFTOOL
GCONF_DIR=gconf
else
@ -25,7 +31,8 @@ SUBDIRS=gst-libs \
po \
common \
m4 \
pkgconfig
pkgconfig \
$(SUBDIRS_DOCS)
DIST_SUBDIRS=ext gst-libs \
gst sys \

View file

@ -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]),
[export PKG_CONFIG_PATH=${withval}])
GST_DOC()
dnl check architecture
GST_ARCH()
@ -2087,6 +2088,9 @@ pkgconfig/gstreamer-plugins-uninstalled.pc
po/Makefile.in
common/Makefile
common/m4/Makefile
docs/Makefile
docs/libs/Makefile
docs/version.entities
m4/Makefile
)
AC_OUTPUT