docs: activate overrides file to fix make distcheck
authorStefan Sauer <ensonic@users.sf.net>
Tue, 6 Sep 2011 18:13:30 +0000 (20:13 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Tue, 6 Sep 2011 18:13:30 +0000 (20:13 +0200)
docs/libs/Makefile.am

index ba92fc5..08cf8cb 100644 (file)
@@ -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