docs: Specify the override file
authorEdward Hervey <edward@collabora.com>
Wed, 27 Nov 2013 14:42:45 +0000 (15:42 +0100)
committerEdward Hervey <edward@collabora.com>
Wed, 27 Nov 2013 14:42:45 +0000 (15:42 +0100)
Even if it's empty (for now) it avoids make distcheck complaining

docs/libs/Makefile.am

index 0aadfe4..64b7aa5 100644 (file)
@@ -101,7 +101,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