## 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
# gtk-doc.mak defines CLEANFILES
CLEANFILES += gst-universe.svg
+endif
+if ENABLE_GTK_DOC
## Process this file with automake to produce Makefile.in
# The name of the module, e.g. 'glib'.
DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt
include $(top_srcdir)/common/gtk-doc.mak
+
+endif
\ No newline at end of file
+if ENABLE_GTK_DOC
GST_DOC_SCANOBJ = $(top_srcdir)/common/gstdoc-scangobj
## Process this file with automake to produce Makefile.in
DOC_OVERRIDES =
include $(top_srcdir)/common/gtk-doc-plugins.mak
+endif
\ No newline at end of file