mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
docs: remove variables that we define in the snippet from common
This is syncing our Makefile.am with upstream gtkdoc.
This commit is contained in:
parent
1427c96b2e
commit
39d3779c53
3 changed files with 0 additions and 10 deletions
|
@ -74,10 +74,6 @@ GTKDOC_LIBS = $(GST_OBJ_LIBS) \
|
||||||
$(top_builddir)/libs/gst/controller/libgstcontroller-@GST_API_VERSION@.la \
|
$(top_builddir)/libs/gst/controller/libgstcontroller-@GST_API_VERSION@.la \
|
||||||
$(top_builddir)/libs/gst/net/libgstnet-@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= \
|
GTKDOC_EXTRA_ENVIRONMENT= \
|
||||||
GST_PLUGIN_SCANNER_1_0=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner
|
GST_PLUGIN_SCANNER_1_0=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner
|
||||||
|
|
||||||
|
|
|
@ -67,9 +67,6 @@ GTKDOC_LIBS = \
|
||||||
$(top_builddir)/libs/gst/check/libgstcheck-@GST_API_VERSION@.la \
|
$(top_builddir)/libs/gst/check/libgstcheck-@GST_API_VERSION@.la \
|
||||||
$(GST_OBJ_LIBS)
|
$(GST_OBJ_LIBS)
|
||||||
|
|
||||||
GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC)
|
|
||||||
GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC)
|
|
||||||
|
|
||||||
GTKDOC_EXTRA_ENVIRONMENT= \
|
GTKDOC_EXTRA_ENVIRONMENT= \
|
||||||
GST_PLUGIN_SCANNER_1_0=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner
|
GST_PLUGIN_SCANNER_1_0=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner
|
||||||
|
|
||||||
|
|
|
@ -86,9 +86,6 @@ extra_files =
|
||||||
GTKDOC_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_builddir) -I$(top_builddir)/libs
|
GTKDOC_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_builddir) -I$(top_builddir)/libs
|
||||||
GTKDOC_LIBS = $(GST_OBJ_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
|
# If you need to override some of the declarations, place them in this file
|
||||||
# and uncomment this line.
|
# and uncomment this line.
|
||||||
#DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt
|
#DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt
|
||||||
|
|
Loading…
Reference in a new issue