[gst-cvs] common: gtk-doc*.mak: don't make distclean-local depend on 'clean'

Tim Mueller tpm at kemper.freedesktop.org
Mon Mar 9 16:07:20 PDT 2009


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

Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Mon Mar  9 20:39:27 2009 +0000

gtk-doc*.mak: don't make distclean-local depend on 'clean'

Fixes make distcheck of gst-plugins-bad for me.

---

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

diff --git a/gtk-doc-plugins.mak b/gtk-doc-plugins.mak
index 574f5e5..52e25ea 100644
--- a/gtk-doc-plugins.mak
+++ b/gtk-doc-plugins.mak
@@ -268,7 +268,7 @@ clean-local: clean-local-gtkdoc
 	rm -f *~ *.bak
 	rm -rf .libs
 
-distclean-local: clean
+distclean-local:
 	rm -rf tmpl/*.sgml.bak
 	rm -rf *.o
 
diff --git a/gtk-doc.mak b/gtk-doc.mak
index 87182ff..0de9c1b 100644
--- a/gtk-doc.mak
+++ b/gtk-doc.mak
@@ -163,7 +163,7 @@ clean-local: clean-local-gtkdoc
 # company: don't delete .sgml and -sections.txt as they're in CVS
 # FIXME : thomas added all sgml files and some other things to make
 # make distcheck work
-distclean-local: clean
+distclean-local:
 	rm -f $(REPORT_FILES) \
                 $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
 	rm -rf tmpl/*.sgml.bak





More information about the Gstreamer-commits mailing list