From 25c228907c4a6d9dec2bb26101061e84303b87bb Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Wed, 2 May 2012 00:27:31 +0200 Subject: [PATCH] build: Fixes distclean --- 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 df447d3..00b669a 100644 --- a/docs/libs/Makefile.am +++ b/docs/libs/Makefile.am @@ -74,7 +74,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