docs: fix make distcheck
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 7 Sep 2011 14:07:20 +0000 (15:07 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 7 Sep 2011 14:09:58 +0000 (15:09 +0100)
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.

docs/gst/Makefile.am
docs/libs/Makefile.am

index d373e9a..a3bf560 100644 (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
 
index b7a23d6..0f96f96 100644 (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