- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 09 Mar 2006 11:40:12 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv28508 Modified Files: Makefile.base Log Message: Fixed generation order Index: Makefile.base =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v retrieving revision 1.96 retrieving revision 1.97 diff -C2 -d -r1.96 -r1.97 *** Makefile.base 9 Mar 2006 11:31:30 -0000 1.96 --- Makefile.base 9 Mar 2006 11:40:10 -0000 1.97 *************** *** 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) > $@ --- 52,56 ---- all: $(WSDL20.html) $(WSDL20-z.html) ! $(WSDL20.html): $(COMPONENTS) $(ASSERTIONS) $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt $(ENTITIES) @echo "Generating $@";\ $(XSLTPROC) --stringparam showZed false --stringparam showAssertions $(SHOWASSERTIONS) --stringparam spec $(PREFIX) $(STYLESHEET) $(WSDL20.xml) > $@
Received on Thursday, 9 March 2006 11:40:14 UTC