From 1b0bf529d59c182cd8dee85cc57e6bfcba79e845 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 27 Nov 2013 15:42:45 +0100 Subject: [PATCH] docs: Specify the override file Even if it's empty (for now) it avoids make distcheck complaining --- docs/libs/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.7.4