- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Aug 2005 12:15:22 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing In directory homer:/tmp/cvs-serv7505 Modified Files: Makefile.base Log Message: Backported some changes from WSDL Index: Makefile.base =================================================================== RCS file: /sources/public/2004/ws/addressing/Makefile.base,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Makefile.base 2 Aug 2005 07:44:39 -0000 1.18 --- Makefile.base 2 Aug 2005 12:15:20 -0000 1.19 *************** *** 1,4 **** --- 1,5 ---- # -*- makefile -*- XSL=xmlspec.xsl xmlspec-addressing.xsl changelog.xsl + ENTITIES=entities.dtd entitieswd.dtd entitiesedcopy.dtd YEAR=$(shell grep "ENTITY draft.year" entitieswd.dtd | cut -d '"' -f2) *************** *** 12,16 **** include $(TOOLS)/Makefile.jars - # -Dxml.catalog.verbosity=100 LINKCHECKER=$(TOOLS)/checklink.pl TIDY=tidy -asxml -utf8 --- 13,16 ---- *************** *** 36,40 **** STYLESHEET=xmlspec-addressing.xsl ! $(ADDR.html): $(ADDR.xml) $(FILES) $(XSL) changelog.xml valid-xml.txt status.xml @echo "Generating $@";\ $(XSLTPROC) --stringparam file $(ADDR.xml) $(STYLESHEET) $(ADDR.xml) > $@ --- 36,40 ---- STYLESHEET=xmlspec-addressing.xsl ! $(ADDR.html): $(ADDR.xml) $(FILES) $(XSL) changelog.xml valid-xml.txt @echo "Generating $@";\ $(XSLTPROC) --stringparam file $(ADDR.xml) $(STYLESHEET) $(ADDR.xml) > $@ *************** *** 48,57 **** --- 48,60 ---- $(ADDR.ps): $(ADDR.html) $(IMAGES) + @echo "Generating $@";\ $(XSLTPROC) $(TOOLS)/latin1-conv.xsl $(ADDR.html) | $(HTML2PS) -f $(TOOLS)/html2psrc > $@ || rm $@ $(ADDR.pdf): $(ADDR.ps) + @echo "Generating $@";\ $(PS2PDF) $< $(ADDR.txt): $(ADDR.html) + @echo "Generating $@";\ $(RM) $@ ; \ $(HTML2TEXT) $< > $@ *************** *** 72,77 **** validate-html: valid-html.txt ! @cat tidy-output.txt ;\ ! cat valid-html.txt validate-xml: valid-xml.txt --- 75,79 ---- validate-html: valid-html.txt ! @cat valid-html.txt validate-xml: valid-xml.txt *************** *** 91,104 **** --- 93,114 ---- validate-pubrules: valid-pubrules.html + ifndef QUICK @lynx -dump $? + endif validate-ns: valid-ns.html + ifndef QUICK @lynx -dump $? + endif checkspell: checkspell.txt + ifndef QUICK @cat checkspell.txt + endif validate-links: valid-links.txt + ifndef QUICK @cat valid-links.txt + endif check: validate-xml validate-html validate-pubrules validate-ns checkspell validate-links *************** *** 122,126 **** directory: ! -mkdir -p $(PUBDIR) schemas: $(SCHEMAS) --- 132,137 ---- directory: ! @-echo "Installing directories";\ ! mkdir -p $(PUBDIR) schemas: $(SCHEMAS) *************** *** 137,141 **** acknowledgements: @echo "Generating $@";\ ! $(XSLTPROC) generate-acknowledgements.xsl 'http://www.w3.org/2000/09/dbwg/details?group=36696&order=name&former=1' | sed -e 's/Marc Goodner ((public) Invited expert)/Marc Goodner (SAP AG)/' > acknowledgements.xml trhtml: $(ADDR.html) --- 148,152 ---- acknowledgements: @echo "Generating $@";\ ! $(XSLTPROC) generate-acknowledgements.xsl 'http://www.w3.org/2000/09/dbwg/details?group=36696&order=name&former=1' | sed -e 's/Marc Goodner ((public) Invited expert)/Marc Goodner (SAP AG)/' > acknowledgements.xml trhtml: $(ADDR.html) *************** *** 146,149 **** --- 157,161 ---- install-tr: trall directory + @echo "Installing draft";\ cp $(XSL) $(IMAGES) changelog.xml xmlspec.dtd $(PUBDIR);\ cp $(ADDR.pdf) $(ADDR.ps) $(ADDR.txt) diff.html $(PUBDIR);\
Received on Tuesday, 2 August 2005 12:15:25 UTC