- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 09 Mar 2006 11:31:32 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv26760 Modified Files: Makefile.base Log Message: Added generation of assertion tables Index: Makefile.base =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v retrieving revision 1.95 retrieving revision 1.96 diff -C2 -d -r1.95 -r1.96 *** Makefile.base 9 Feb 2006 13:31:43 -0000 1.95 --- Makefile.base 9 Mar 2006 11:31:30 -0000 1.96 *************** *** 3,6 **** --- 3,7 ---- LATEXXSL=xmlspec2latex.xsl CTABLEXSL=component-table.xsl + ATABLEXSL=assertion-table.xsl ENTITIES=entities.dtd entitieswd.dtd entitiesedcopy.dtd COMPONENTS=component-table.xml adjuncts-component-table.xml wsdl20-defs.xml *************** *** 51,55 **** all: $(WSDL20.html) $(WSDL20-z.html) ! $(WSDL20.html): $(COMPONENTS) $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt $(ENTITIES) @echo "Generating $@";\ $(XSLTPROC) --stringparam showZed false --stringparam showAssertions $(SHOWASSERTIONS) --stringparam spec $(PREFIX) $(STYLESHEET) $(WSDL20.xml) > $@ --- 52,56 ---- all: $(WSDL20.html) $(WSDL20-z.html) ! $(WSDL20.html): $(COMPONENTS) $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt $(ENTITIES) $(ASSERTIONS) @echo "Generating $@";\ $(XSLTPROC) --stringparam showZed false --stringparam showAssertions $(SHOWASSERTIONS) --stringparam spec $(PREFIX) $(STYLESHEET) $(WSDL20.xml) > $@ *************** *** 69,72 **** --- 70,89 ---- $(XSLTPROC) $(CTABLEXSL) $< > $@ + component-assertion-table.xml: wsdl20.xml + @echo "Generating $@";\ + $(XSLTPROC) --stringparam class component $(ATABLEXSL) $< > $@ + + document-assertion-table.xml: wsdl20.xml + @echo "Generating $@";\ + $(XSLTPROC) --stringparam class document $(ATABLEXSL) $< > $@ + + adjuncts-component-assertion-table.xml: wsdl20-adjuncts.xml + @echo "Generating $@";\ + $(XSLTPROC) --stringparam class component $(ATABLEXSL) $< > $@ + + adjuncts-document-assertion-table.xml: wsdl20-adjuncts.xml + @echo "Generating $@";\ + $(XSLTPROC) --stringparam class document $(ATABLEXSL) $< > $@ + wsdl20-defs.xml: wsdl20.xml wsdl20-adjuncts.xml wsdl20-specs.xml $(ENTITIES) @echo "Validating wsdl20-specs.xml";\
Received on Thursday, 9 March 2006 11:31:34 UTC