docs: fix make distcheck

No point removin those empty override files from git, they'll
just be re-created later, so let's tell gtk-doc about them, so
it can clean them up properly.
This commit is contained in:
Tim-Philipp Müller 2011-09-07 15:07:20 +01:00
parent a121713f0c
commit 92ad7f0d6b
2 changed files with 2 additions and 4 deletions

View file

@ -78,8 +78,7 @@ GTKDOC_EXTRA_ENVIRONMENT= \
# 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

View file

@ -73,7 +73,6 @@ GTKDOC_EXTRA_ENVIRONMENT= \
# 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