- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 21 Oct 2005 14:04:53 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing In directory homer:/tmp/cvs-serv9948 Modified Files: Makefile.base Log Message: Added schema validation Index: Makefile.base =================================================================== RCS file: /sources/public/2004/ws/addressing/Makefile.base,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Makefile.base 9 Aug 2005 12:34:00 -0000 1.21 --- Makefile.base 21 Oct 2005 14:04:51 -0000 1.22 *************** *** 20,23 **** --- 20,24 ---- HTML2TEXT=w3m -dump VALIDATE=xmllint --noout --valid + VALIDATESCHEMA=$(TOOLS)/validate-schema.sh XSLTPROC=xsltproc PUBRULESCHECK=$(XSLTPROC) --stringparam doc_uri http://www.w3.org/TR/$(YEAR)/$(DOCNAME) $(TOOLS)/pubrules-checker.xml *************** *** 140,147 **** schemas: $(SCHEMAS) $(RDDL) @if [ -n "$(SCHEMAS)" ] ;\ ! then for i in $(SCHEMAS) ;\ do echo "Generating $$i...";\ $(XSLTPROC) $(TOOLS)/identity.xsl $$i > $(NSDIR)/$$i;\ ! done ; fi ws-addr: --- 141,153 ---- schemas: $(SCHEMAS) $(RDDL) @if [ -n "$(SCHEMAS)" ] ;\ ! then\ ! rm -f valid-schemas.txt;\ ! for i in $(SCHEMAS) ;\ do echo "Generating $$i...";\ $(XSLTPROC) $(TOOLS)/identity.xsl $$i > $(NSDIR)/$$i;\ ! $(VALIDATESCHEMA) $(PUBDIR)/$$i >> ./valid-schemas.txt;\ ! done ;\ ! cat valid-schemas.txt;\ ! fi ws-addr: *************** *** 170,174 **** clean: ! rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./valid-ns.html ./tidy-output.txt $(ADDR.html) diff.html $(ADDR.pdf) $(ADDR.ps) $(ADDR.txt) .PHONY: install install-tr validate-html validate-xml validate-pubrules spellcheck pubinstall clean schemas directory check.txt acknowledgements trhtml trall altformats ws-addr --- 176,180 ---- clean: ! rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./valid-ns.html ./valid-schemas.txt ./tidy-output.txt $(ADDR.html) diff.html $(ADDR.pdf) $(ADDR.ps) $(ADDR.txt) .PHONY: install install-tr validate-html validate-xml validate-pubrules spellcheck pubinstall clean schemas directory check.txt acknowledgements trhtml trall altformats ws-addr
Received on Friday, 21 October 2005 14:05:01 UTC