From a11251677420771ed5ae213e047939440035eb69 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 5 Apr 2011 18:54:16 +0200 Subject: [PATCH] don't clean index.html --- wsdl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.43.0