docs: Specify the override file

Even if it's empty (for now) it avoids make distcheck complaining
This commit is contained in:
Edward Hervey 2013-11-27 15:42:45 +01:00
parent b3baa2801d
commit 1b0bf529d5

View 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