From: Stefan Sauer Date: Tue, 6 Sep 2011 18:13:30 +0000 (+0200) Subject: docs: activate overrides file to fix make distcheck X-Git-Tag: 1.19.3~511^2~6555^2~514 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=284fec1d12473ae3c7b9fab85066149f22425689;p=platform%2Fupstream%2Fgstreamer.git docs: activate overrides file to fix make distcheck --- 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