summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-12-11 16:07:44 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-12-11 16:07:44 +0000
commita9709552a652eed505e2a507dd8902b7286e8280 (patch)
treecccb6c6ca3eee17566ae68f69753cc6637402f74 /docs
parenta9b4c43bd824ec1e562cabcb6ad9e7b96fca8216 (diff)
downloadgstreamer-plugins-bad-a9709552a652eed505e2a507dd8902b7286e8280.tar.gz
docs: fix make distcheck
Set DOC_OVERRIDES, so the -overrides.txt file which is apparently created anyway, gets cleaned up properly.
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am
index e681801cf..1ab46ff3b 100644
--- a/docs/libs/Makefile.am
+++ b/docs/libs/Makefile.am
@@ -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
# and uncomment this line.
-#DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt
-DOC_OVERRIDES =
+DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt
include $(top_srcdir)/common/gtk-doc.mak