docs: fix make distcheck

Set DOC_OVERRIDES, so the -overrides.txt file which is apparently
created anyway, gets cleaned up properly.
This commit is contained in:
Tim-Philipp Müller 2011-12-11 16:07:44 +00:00
parent a9b4c43bd8
commit a9709552a6

View 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