From: Thierry Parmentelat Date: Tue, 5 Apr 2011 16:54:16 +0000 (+0200) Subject: don't clean index.html X-Git-Tag: sfa-1.0-21-ckp1~74^2~30 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=a11251677420771ed5ae213e047939440035eb69 don't clean index.html --- diff --git a/wsdl/Makefile b/wsdl/Makefile index e503449c..5f3bd3ee 100644 --- a/wsdl/Makefile +++ b/wsdl/Makefile @@ -43,7 +43,7 @@ $(DESTDIR)$(INSTALL_PATH)/%: $(DESTDIR)$(INSTALL_PATH) % #################### clean clean:: - rm -f *wsdl + rm -f $(WSDLS) install-clean: rm -f $(INSTALLED) @@ -55,5 +55,5 @@ install-clean: xsltproc $(XSLTFLAGS) wsdl2html.xsl $*.wsdl > $@ || rm $@ clean:: - rm -f *.html + rm -f $(HTMLS)