gtk-doc*.mak: don't make distclean-local depend on 'clean'
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 9 Mar 2009 20:39:27 +0000 (20:39 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 9 Mar 2009 20:39:27 +0000 (20:39 +0000)
Fixes make distcheck of gst-plugins-bad for me.

gtk-doc-plugins.mak
gtk-doc.mak

index 574f5e5..52e25ea 100644 (file)
@@ -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
 
index 87182ff..0de9c1b 100644 (file)
@@ -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