From bab306f55d3a35e8c78e1a9197cf65645800fc15 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 30 Aug 2005 19:01:18 +0000 Subject: document elements and plugins. Shazam ! Original commit message from CVS: document elements and plugins. Shazam ! --- configure.ac | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'configure.ac') 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 ) -- cgit