common: plugin-docs: remove -undocumented from scan files

Stefan Kost ensonic at kemper.freedesktop.org
Thu Mar 24 09:43:32 PDT 2011


Module: common
Branch: master
Commit: 2c5887e800d4e7df74fe526a22a48a7eb8d26aa0
URL:    http://cgit.freedesktop.org/gstreamer/common/commit/?id=2c5887e800d4e7df74fe526a22a48a7eb8d26aa0

Author: Stefan Kost <ensonic at users.sf.net>
Date:   Thu Mar 24 18:20:16 2011 +0200

plugin-docs: remove -undocumented from scan files

It is a report file. Clear the report files in addition instead.

---

 gtk-doc-plugins.mak |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gtk-doc-plugins.mak b/gtk-doc-plugins.mak
index 5fd05d3..6539d67 100644
--- a/gtk-doc-plugins.mak
+++ b/gtk-doc-plugins.mak
@@ -69,7 +69,6 @@ SCANOBJ_FILES_O =			\
 SCAN_FILES =				\
 	$(DOC_MODULE)-sections.txt	\
 	$(DOC_MODULE)-overrides.txt	\
-	$(DOC_MODULE)-undocumented.txt	\
 	$(DOC_MODULE)-decl.txt		\
 	$(DOC_MODULE)-decl-list.txt
 
@@ -235,7 +234,8 @@ clean-local-gtkdoc:
 	rm -rf xml tmpl html
 # clean files copied for nonsrcdir templates build
 	if test x"$(srcdir)" != x. ; then \
-	    rm -rf $(SCANOBJ_FILES) $(SCAN_FILES) $(MAINTAINER_DOC_STAMPS); \
+	    rm -rf $(SCANOBJ_FILES) $(SCAN_FILES) $(REPORT_FILES) \
+	        $(MAINTAINER_DOC_STAMPS); \
 	fi
 else
 all-local:



More information about the gstreamer-commits mailing list