From 284fec1d12473ae3c7b9fab85066149f22425689 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Tue, 6 Sep 2011 20:13:30 +0200 Subject: [PATCH] docs: activate overrides file to fix make distcheck --- docs/libs/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am index ba92fc5..08cf8cb 100644 --- a/docs/libs/Makefile.am +++ b/docs/libs/Makefile.am @@ -105,8 +105,6 @@ 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 -# 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