diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-30 19:01:18 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-30 19:01:18 +0000 |
commit | bab306f55d3a35e8c78e1a9197cf65645800fc15 (patch) | |
tree | c8d8b4ec5f25b18f0cb1d264643364da1056abe0 /configure.ac | |
parent | 051c62638bb514c821940fcada9efb6c68857cd5 (diff) |
document elements and plugins. Shazam !
Original commit message from CVS:
document elements and plugins. Shazam !
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 30115173..c97de018 100644 --- a/configure.ac +++ b/configure.ac @@ -502,6 +502,12 @@ GST_CFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS $G AC_SUBST(GST_LIBS) AC_SUBST(GST_CFLAGS) +dnl ###################### +dnl # Checks for gtk-doc # +dnl ###################### + +GTK_DOC_CHECK([1.3]) + dnl ############################ dnl # Set up some more defines # dnl ############################ @@ -587,6 +593,9 @@ common/Makefile common/m4/Makefile gconf/Makefile gconf/gstreamer.schemas +docs/Makefile +docs/plugins/Makefile +docs/version.entities m4/Makefile gst-plugins-good.spec ) |