- From: Hugo Haas <hugo@dev.w3.org>
- Date: Fri, 30 Jul 2004 11:21:17 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv21487 Modified Files: Makefile.base Log Message: Made acknowledgments update a manual task Fixed typo Index: Makefile.base =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Makefile.base 30 Jul 2004 11:15:48 -0000 1.17 --- Makefile.base 30 Jul 2004 11:21:15 -0000 1.18 *************** *** 106,110 **** then for i in $(SCHEMAS) ;\ do echo "Generating $$i...";\ ! $(XSTPROC) $(TOOLS)/identity.xsl $$i > $(PUBDIR)/$$i;\ done ; fi --- 106,110 ---- then for i in $(SCHEMAS) ;\ do echo "Generating $$i...";\ ! $(XSLTPROC) $(TOOLS)/identity.xsl $$i > $(PUBDIR)/$$i;\ done ; fi *************** *** 112,120 **** $(SETUP-NAMESPACES) $(PUBDIR) $(THISDOC) $(YEAR) $(MM) $(DD) ! acknowledgements: @echo "Generating $@";\ $(XSLTPROC) mbwg.xsl http://www.w3.org/2002/ws/desc/Overview.html > acknowledgements.xml ! trhtml: acknowledgements $(WSDL20.html) altformats: $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) --- 112,120 ---- $(SETUP-NAMESPACES) $(PUBDIR) $(THISDOC) $(YEAR) $(MM) $(DD) ! acknowledgements.xml: @echo "Generating $@";\ $(XSLTPROC) mbwg.xsl http://www.w3.org/2002/ws/desc/Overview.html > acknowledgements.xml ! trhtml: $(WSDL20.html) altformats: $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) *************** *** 133,135 **** 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: install validate-html validate-xml validate-pubrules spellcheck pubinstall clean schemas directory check.txt acknowledgements install-schemas trhtml trall altformats --- 133,135 ---- 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: install validate-html validate-xml validate-pubrules spellcheck pubinstall clean schemas directory check.txt acknowledgements.xml install-schemas trhtml trall altformats
Received on Friday, 30 July 2004 07:21:25 UTC