summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-03-09 20:39:27 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-03-09 20:39:27 +0000
commitf8b3d9167a75c5acb514d43173d8d29d413a6e9c (patch)
tree1e012e244344f787aeb94b0f8d4271e1a5da1dbb
parent7d1e5d813df15e47e7de138fbc9d4dad6363b8c4 (diff)
gtk-doc*.mak: don't make distclean-local depend on 'clean'
Fixes make distcheck of gst-plugins-bad for me.
-rw-r--r--gtk-doc-plugins.mak2
-rw-r--r--gtk-doc.mak2
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