- From: Hugo Haas <hugo@dev.w3.org>
- Date: Fri, 30 Jul 2004 08:53:55 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv16112 Modified Files: Makefile.base Log Message: Logically arranged pubinstall Index: Makefile.base =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Makefile.base 28 Jul 2004 08:20:23 -0000 1.14 --- Makefile.base 30 Jul 2004 08:53:53 -0000 1.15 *************** *** 114,118 **** $(XSLENGINE) -IN http://www.w3.org/2002/ws/desc/Overview.html -XSL mbwg.xsl -OUT acknowledgements.xml ! pubinstall: $(XSL) acknowledgements $(WSDL20.html) $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) diff.html check.txt directory install-schemas cp $(XSL) $(IMAGES) $(PUBDIR);\ cp $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) diff.html $(PUBDIR);\ --- 114,121 ---- $(XSLENGINE) -IN http://www.w3.org/2002/ws/desc/Overview.html -XSL mbwg.xsl -OUT acknowledgements.xml ! trhtml: acknowledgements $(WSDL20.html) ! altformats: $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) ! ! pubinstall: trhtml altformats diff.html check.txt directory install-schemas cp $(XSL) $(IMAGES) $(PUBDIR);\ cp $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) diff.html $(PUBDIR);\ *************** *** 123,125 **** rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./tidy-output.txt $(WSDL20.html) diff.html ! .PHONY: validate-html validate-xml validate-pubrules spellcheck pubinstall clean schemas directory check.txt acknowledgements install-schemas --- 126,128 ---- rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./tidy-output.txt $(WSDL20.html) diff.html ! .PHONY: validate-html validate-xml validate-pubrules spellcheck pubinstall clean schemas directory check.txt acknowledgements install-schemas trhtml altformats
Received on Friday, 30 July 2004 04:54:05 UTC