X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=wsdl%2FMakefile;h=5f3bd3eee782d933574518552e689c3437194bc6;hb=a11251677420771ed5ae213e047939440035eb69;hp=e503449c06d491fbb37d2264d35a11310443423d;hpb=307b1fbb4738b2c7df356280de8bbe8237f4fbc0;p=sfa.git 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)