docs: fix make distcheck
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 11 Dec 2011 16:07:44 +0000 (16:07 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 11 Dec 2011 16:07:44 +0000 (16:07 +0000)
Set DOC_OVERRIDES, so the -overrides.txt file which is apparently
created anyway, gets cleaned up properly.

docs/libs/Makefile.am

index e681801..1ab46ff 100644 (file)
@@ -63,8 +63,7 @@ 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