- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Aug 2005 10:16:27 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv10654 Modified Files: Makefile.base Log Message: Added spec prefix as a param so that the component tables have valid links Index: Makefile.base =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v retrieving revision 1.78 retrieving revision 1.79 diff -C2 -d -r1.78 -r1.79 *** Makefile.base 2 Aug 2005 09:09:24 -0000 1.78 --- Makefile.base 2 Aug 2005 10:16:25 -0000 1.79 *************** *** 51,55 **** $(WSDL20.html): components $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt @echo "Generating $@";\ ! $(XSLTPROC) --stringparam showZed false $(STYLESHEET) $(WSDL20.xml) > $@ @echo "Running tidy on $@";\ mv $@ $@.old; \ --- 51,55 ---- $(WSDL20.html): components $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt @echo "Generating $@";\ ! $(XSLTPROC) --stringparam showZed false --stringparam spec $(PREFIX) $(STYLESHEET) $(WSDL20.xml) > $@ @echo "Running tidy on $@";\ mv $@ $@.old; \ *************** *** 71,75 **** ifdef HASZ @echo "Generating $@";\ ! $(XSLTPROC) --stringparam showZed true --stringparam interactive true $(STYLESHEET) $(WSDL20.xml) > $@ @echo "Running tidy on $@";\ $(TIDY) $@ > $@.tidy 2>./tidy-output.txt;\ --- 71,75 ---- ifdef HASZ @echo "Generating $@";\ ! $(XSLTPROC) --stringparam showZed true --stringparam interactive true --stringparam spec $(PREFIX) $(STYLESHEET) $(WSDL20.xml) > $@ @echo "Running tidy on $@";\ $(TIDY) $@ > $@.tidy 2>./tidy-output.txt;\
Received on Tuesday, 2 August 2005 10:16:36 UTC