summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEdward Hervey <edward@collabora.com>2013-11-27 15:42:45 +0100
committerEdward Hervey <edward@collabora.com>2013-11-27 15:42:45 +0100
commit1b0bf529d59c182cd8dee85cc57e6bfcba79e845 (patch)
tree751ee97bbe4ec0a74e5b1cb7e6c5e3566d16cf18 /docs
parentb3baa2801d53cc018a00590c24f53c11fa0ee476 (diff)
docs: Specify the override file
Even if it's empty (for now) it avoids make distcheck complaining
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 0aadfe4..64b7aa5 100644
--- a/docs/libs/Makefile.am
+++ b/docs/libs/Makefile.am
@@ -101,7 +101,6 @@ 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