no gtk-doc for real
authorAnas Nashif <anas.nashif@intel.com>
Mon, 5 Nov 2012 15:34:27 +0000 (07:34 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Tue, 18 Jun 2013 06:35:24 +0000 (02:35 -0400)
docs/gst/Makefile.am
docs/libs/Makefile.am
docs/plugins/Makefile.am

index 3202ef37c4f6bc0e688314c2dc8b061ab99c6b3d..faeb7599e8cfdd8cfc7c4666d1da45f3ed01ebd6 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-
+if ENABLE_GTK_DOC
 # The name of the module, e.g. 'glib'.
 # DOC_MODULE=gstreamer-@GST_API_VERSION@
 DOC_MODULE=gstreamer
@@ -88,4 +88,5 @@ include $(top_srcdir)/common/gtk-doc.mak
 
 # gtk-doc.mak defines CLEANFILES
 CLEANFILES += gst-universe.svg
+endif
 
index 4c621b531d375bfcd0df1a00ad217021053b4af9..681f705458e65ffcb883e197dff4fcc6b7472964 100644 (file)
@@ -1,3 +1,4 @@
+if ENABLE_GTK_DOC
 ## Process this file with automake to produce Makefile.in
 
 # The name of the module, e.g. 'glib'.
@@ -75,3 +76,5 @@ GTKDOC_EXTRA_ENVIRONMENT= \
 DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt
 
 include $(top_srcdir)/common/gtk-doc.mak
+
+endif
\ No newline at end of file
index 6bb5083ddd4d8c291c2373304e1e683102d6d8c3..342c443a277797c21c66e27f6ac8a60348459244 100644 (file)
@@ -1,3 +1,4 @@
+if ENABLE_GTK_DOC
 GST_DOC_SCANOBJ = $(top_srcdir)/common/gstdoc-scangobj
 
 ## Process this file with automake to produce Makefile.in
@@ -94,3 +95,4 @@ GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC)
 DOC_OVERRIDES =
 
 include $(top_srcdir)/common/gtk-doc-plugins.mak
+endif
\ No newline at end of file