gstreamer: docs: fix make distcheck

Tim Müller tpm at kemper.freedesktop.org
Wed Sep 7 07:13:23 PDT 2011


Module: gstreamer
Branch: master
Commit: 92ad7f0d6bcfc0283f79bff63bda59ae00e192e2
URL:    http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=92ad7f0d6bcfc0283f79bff63bda59ae00e192e2

Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Wed Sep  7 15:07:20 2011 +0100

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.

---

 docs/gst/Makefile.am  |    3 +--
 docs/libs/Makefile.am |    3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/docs/gst/Makefile.am b/docs/gst/Makefile.am
index d373e9a..a3bf560 100644
--- a/docs/gst/Makefile.am
+++ b/docs/gst/Makefile.am
@@ -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
 
diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am
index b7a23d6..0f96f96 100644
--- a/docs/libs/Makefile.am
+++ b/docs/libs/Makefile.am
@@ -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



More information about the gstreamer-commits mailing list