mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
docs: fix make distcheck
Set DOC_OVERRIDES, so the -overrides.txt file which is apparently created anyway, gets cleaned up properly.
This commit is contained in:
parent
a9b4c43bd8
commit
a9709552a6
1 changed files with 1 additions and 2 deletions
|
@ -63,8 +63,7 @@ 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
|
||||||
DOC_OVERRIDES =
|
|
||||||
|
|
||||||
include $(top_srcdir)/common/gtk-doc.mak
|
include $(top_srcdir)/common/gtk-doc.mak
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue