don't clean index.html
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 5 Apr 2011 16:54:16 +0000 (18:54 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 5 Apr 2011 16:54:16 +0000 (18:54 +0200)
wsdl/Makefile

index e503449..5f3bd3e 100644 (file)
@@ -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)