diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2015-06-07 16:58:40 +0200 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2015-06-07 17:17:36 +0200 |
commit | 39d3779c53d3a9e565661bdff4e8f6f51d90f34e (patch) | |
tree | 6bada63bba31675dfa80ca9d96a3b87cb2f7dd60 /docs | |
parent | 1427c96b2ebae8e1fb54ad92460ac97f9ff51bc9 (diff) |
docs: remove variables that we define in the snippet from common
This is syncing our Makefile.am with upstream gtkdoc.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gst/Makefile.am | 4 | ||||
-rw-r--r-- | docs/libs/Makefile.am | 3 | ||||
-rw-r--r-- | docs/plugins/Makefile.am | 3 |
3 files changed, 0 insertions, 10 deletions
diff --git a/docs/gst/Makefile.am b/docs/gst/Makefile.am index 640bf5697..1bee088f3 100644 --- a/docs/gst/Makefile.am +++ b/docs/gst/Makefile.am @@ -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 diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am index fc92b8733..bb8b48a6b 100644 --- a/docs/libs/Makefile.am +++ b/docs/libs/Makefile.am @@ -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 diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 1bab2b733..30014e4af 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -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 |