diff options
author | Stefan Sauer <ensonic@users.sf.net> | 2015-06-07 17:00:05 +0200 |
---|---|---|
committer | Stefan Sauer <ensonic@users.sf.net> | 2015-06-07 17:18:05 +0200 |
commit | 381708474a4cdd67ebbc7ff880e75a94014d361e (patch) | |
tree | 4069e06aabcc65d2459793c8502c8aec30f0041d /docs | |
parent | 0d6356d156032a7c15dbe1b48981936b4ad56f6a (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/libs/Makefile.am | 3 | ||||
-rw-r--r-- | docs/plugins/Makefile.am | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am index 54126f82a..dcbad5179 100644 --- a/docs/libs/Makefile.am +++ b/docs/libs/Makefile.am @@ -70,9 +70,6 @@ GTKDOC_LIBS = \ $(top_builddir)/gst-libs/gst/riff/libgstriff-@GST_API_VERSION@.la \ $(GST_BASE_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 DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 640948cf0..254b9a94d 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -109,9 +109,6 @@ extra_files = GTKDOC_CFLAGS = $(GST_BASE_CFLAGS) -I$(top_builddir) -I$(top_builddir)/gst-libs GTKDOC_LIBS = $(GST_BASE_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 DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt |