docs: remove variables that we define in the snippet from common
authorStefan Sauer <ensonic@users.sf.net>
Sun, 7 Jun 2015 14:58:40 +0000 (16:58 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Sun, 7 Jun 2015 15:17:36 +0000 (17:17 +0200)
This is syncing our Makefile.am with upstream gtkdoc.

docs/gst/Makefile.am
docs/libs/Makefile.am
docs/plugins/Makefile.am

index 640bf56..1bee088 100644 (file)
@@ -74,10 +74,6 @@ GTKDOC_LIBS = $(GST_OBJ_LIBS) \
        $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_API_VERSION@.la \
        $(top_builddir)/libs/gst/net/libgstnet-@GST_API_VERSION@.la
 
-
-GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC)
-GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC)
-
 GTKDOC_EXTRA_ENVIRONMENT= \
     GST_PLUGIN_SCANNER_1_0=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner
 
index fc92b87..bb8b48a 100644 (file)
@@ -67,9 +67,6 @@ GTKDOC_LIBS = \
        $(top_builddir)/libs/gst/check/libgstcheck-@GST_API_VERSION@.la \
        $(GST_OBJ_LIBS)
 
-GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC)
-GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC)
-
 GTKDOC_EXTRA_ENVIRONMENT= \
     GST_PLUGIN_SCANNER_1_0=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner
 
index 1bab2b7..30014e4 100644 (file)
@@ -86,9 +86,6 @@ extra_files =
 GTKDOC_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_builddir) -I$(top_builddir)/libs
 GTKDOC_LIBS = $(GST_OBJ_LIBS)
 
-GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC)
-GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC)
-
 # If you need to override some of the declarations, place them in this file
 # and uncomment this line.
 #DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt