- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 08 Aug 2005 08:40:59 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv10101 Modified Files: Makefile.altschemas Makefile.base Log Message: Fix for altschemas not using its prefix as a file name Index: Makefile.base =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v retrieving revision 1.80 retrieving revision 1.81 diff -C2 -d -r1.80 -r1.81 *** Makefile.base 2 Aug 2005 10:55:49 -0000 1.80 --- Makefile.base 8 Aug 2005 08:40:57 -0000 1.81 *************** *** 12,23 **** STATUS=$(shell grep "ENTITY w3c.status" entitieswd.dtd | cut -d '"' -f2) DOCNAME=$(STATUS)-$(PREFIX)-$(YEAR)$(MM)$(DD) TOOLS=../tools - WSD_CATALOG=../wsdl20/xcatalog.xml - include $(TOOLS)/Makefile.jars - # -Dxml.catalog.verbosity=100 LINKCHECKER=$(TOOLS)/checklink.pl TIDY=tidy -asxml -utf8 --- 12,23 ---- STATUS=$(shell grep "ENTITY w3c.status" entitieswd.dtd | cut -d '"' -f2) DOCNAME=$(STATUS)-$(PREFIX)-$(YEAR)$(MM)$(DD) + ifdef REALPREFIX + DOCNAME=$(STATUS)-$(REALPREFIX)-$(YEAR)$(MM)$(DD) + endif TOOLS=../tools include $(TOOLS)/Makefile.jars LINKCHECKER=$(TOOLS)/checklink.pl TIDY=tidy -asxml -utf8 *************** *** 216,220 **** acknowledgements: @echo "Generating $@";\ ! $(XSLTPROC) mbwg.xsl http://www.w3.org/2002/ws/desc/Overview.html > acknowledgements.xml trhtml: all --- 216,220 ---- acknowledgements: @echo "Generating $@";\ ! $(XSLTPROC) mbwg.xsl http://www.w3.org/2002/ws/desc/Overview.html > acknowledgements.xml trhtml: all *************** *** 232,235 **** --- 232,238 ---- $(XSLTPROC) $(TOOLS)/identity-bare.xsl wsdl20-specs.xml > $(PUBDIR)/wsdl20-specs.xml;\ cp $(WSDL20.html) $(PUBDIR)/Overview.html + ifdef REALPREFIX + for ext in xml txt pdf ps; do mv $(PUBDIR)/$(PREFIX).$$ext $(PUBDIR)/$(REALPREFIX).$$ext; done + endif ifdef IMAGES @cp $(IMAGES) $(PUBDIR)/images Index: Makefile.altschemas =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.altschemas,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.altschemas 4 Aug 2005 15:05:21 -0000 1.3 --- Makefile.altschemas 8 Aug 2005 08:40:57 -0000 1.4 *************** *** 2,5 **** --- 2,7 ---- PREFIX=altschemalangs + REALPREFIX=wsdl20-altschemalangs + SCHEMAS=
Received on Monday, 8 August 2005 08:41:06 UTC