From 92ad7f0d6bcfc0283f79bff63bda59ae00e192e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 7 Sep 2011 15:07:20 +0100 Subject: [PATCH] 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 -- 2.7.4