2002/ws/desc/wsdl20 Makefile.base,1.98,1.99

Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv928

Modified Files:
	Makefile.base 
Log Message:
Completely removed the pubrules checker


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -d -r1.98 -r1.99
*** Makefile.base	22 Mar 2006 14:59:55 -0000	1.98
--- Makefile.base	22 Mar 2006 15:55:58 -0000	1.99
***************
*** 27,31 ****
  VALIDATESCHEMA=$(TOOLS)/validate-schema.sh
  XSLTPROC=xsltproc
- PUBRULESCHECK=java -cp $(TOOLS)/serializer.jar -jar $(TOOLS)/xalan.jar -PARAM doc_uri http://www.w3.org/TR/$(YEAR)/$(DOCNAME) -XSL http://www.w3.org/2001/07/pubrules-checker.xml
  NSCHECK=REQUEST_METHOD="GET" SCRIPT_NAME=nschecker python $(TOOLS)/nschecker
  SETUP-NAMESPACES=$(TOOLS)/setup-namespaces
--- 27,30 ----
***************
*** 52,56 ****
  all: $(WSDL20.html) $(WSDL20-z.html)
  
! $(WSDL20.html): $(COMPONENTS)  $(ASSERTIONS) $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt $(ENTITIES)
  	@echo "Generating $@";\
  	$(XSLTPROC) --stringparam showZed false --stringparam showAssertions $(SHOWASSERTIONS) --stringparam spec $(PREFIX) $(STYLESHEET) $(WSDL20.xml) > $@
--- 51,55 ----
  all: $(WSDL20.html) $(WSDL20-z.html)
  
! $(WSDL20.html): $(COMPONENTS) $(ASSERTIONS) $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt $(ENTITIES)
  	@echo "Generating $@";\
  	$(XSLTPROC) --stringparam showZed false --stringparam showAssertions $(SHOWASSERTIONS) --stringparam spec $(PREFIX) $(STYLESHEET) $(WSDL20.xml) > $@
***************
*** 151,160 ****
  	@cat valid-xml.txt
  
- valid-pubrules.html: $(WSDL20.html) valid-html.txt	
- ifndef QUICK
- 	@echo "Running pubrules checker";\
- 	$(PUBRULESCHECK) -IN $(WSDL20.html) -OUT $@
- endif
- 
  valid-ns.html: $(WSDL20.html) valid-html.txt	
  ifndef QUICK
--- 150,153 ----
***************
*** 163,171 ****
  endif
  
- validate-pubrules: valid-pubrules.html
- ifndef QUICK
- 	@lynx -dump $<
- endif
- 
  validate-ns: valid-ns.html
  ifndef QUICK
--- 156,159 ----
***************
*** 196,200 ****
  endif
  
! check: validate-xml validate-types validate-html validate-pubrules validate-ns checkspell validate-links
  
  valid-xml.txt: $(WSDL20.xml)
--- 184,188 ----
  endif
  
! check: validate-xml validate-types validate-html validate-ns checkspell validate-links
  
  valid-xml.txt: $(WSDL20.xml)
***************
*** 267,274 ****
  
  clean:
! 	rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./valid-types.txt ./valid-ns.html valid-schemas.txt ./tidy-output.txt $(WSDL20.html) $(WSDL20-z.html) $(WSDL20-diff.html) $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) $(WSDL20.tex) $(PREFIX).log $(COMPONENTS)
  ifdef HASZ
  	rm -f $(WSDL20-z.html) $(WSDL20-z.pdf) $(WSDL20-z.tex)
  endif
  
! .PHONY: all install validate-html validate-xml validate-pubrules validate-types spellcheck pubinstall clean schemas directory check acknowledgements install-schemas trhtml trall altformats
--- 255,262 ----
  
  clean:
! 	rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-types.txt ./valid-ns.html valid-schemas.txt ./tidy-output.txt $(WSDL20.html) $(WSDL20-z.html) $(WSDL20-diff.html) $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) $(WSDL20.tex) $(PREFIX).log $(COMPONENTS)
  ifdef HASZ
  	rm -f $(WSDL20-z.html) $(WSDL20-z.pdf) $(WSDL20-z.tex)
  endif
  
! .PHONY: all install validate-html validate-xml validate-types spellcheck pubinstall clean schemas directory check acknowledgements install-schemas trhtml trall altformats

Received on Wednesday, 22 March 2006 15:56:05 UTC