- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 May 2005 02:30:30 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv27293 Modified Files: Makefile.base Log Message: Added missing copy of Z XSLT Index: Makefile.base =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -d -r1.62 -r1.63 *** Makefile.base 10 May 2005 08:57:56 -0000 1.62 --- Makefile.base 11 May 2005 02:30:28 -0000 1.63 *************** *** 1,4 **** --- 1,5 ---- # -*- makefile -*- XSL=../wsdl20/xmlspec.xsl ../wsdl20/xmlspec-wsdl.xsl + ZXSL=../wsdl20/zml2html.xsl LATEXXSL=xmlspec2latex.xsl *************** *** 53,57 **** rm $@.old ! $(WSDL20-z.html): $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt ../wsdl20/zml2html.xsl ../wsdl20/non-normative.xsl ifdef HASZ @echo "Generating $@";\ --- 54,58 ---- rm $@.old ! $(WSDL20-z.html): $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt $(ZXSL) ../wsdl20/non-normative.xsl ifdef HASZ @echo "Generating $@";\ *************** *** 199,203 **** endif ifdef HASZ ! cp $(WSDL20-z.html) twisty.js $(PUBDIR) endif --- 200,204 ---- endif ifdef HASZ ! cp $(WSDL20-z.html) twisty.js $(ZXSL) $(PUBDIR) endif
Received on Wednesday, 11 May 2005 02:30:32 UTC