2002/ws/desc/wsdl20 Makefile.base,1.48,1.49 Makefile.core,1.4,1.5

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

Modified Files:
	Makefile.base Makefile.core 
Log Message:
Added HASZ parameter


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** Makefile.base	13 Apr 2005 01:32:55 -0000	1.48
--- Makefile.base	3 May 2005 09:08:58 -0000	1.49
***************
*** 53,56 ****
--- 53,57 ----
  
  $(WSDL20-z.html): $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt
+ ifdef HASZ
  	@echo "Generating $@";\
  	$(XSLTPROC) --stringparam showZed true --stringparam interactive true $(STYLESHEET) $(WSDL20.xml) > $@
***************
*** 59,62 ****
--- 60,64 ----
  	$(TIDY) $@.old > $@ 2>./tidy-output.txt;\
  	rm $@.old
+ endif
  
  $(WSDL20.tex): $(WSDL20.xml) $(IMAGES)
***************
*** 166,170 ****
  	 $(XSLTPROC) mbwg.xsl http://www.w3.org/2002/ws/desc/Overview.html > acknowledgements.xml
  
! trhtml: $(WSDL20.html) 
  
  altformats: $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) 
--- 168,172 ----
  	 $(XSLTPROC) mbwg.xsl http://www.w3.org/2002/ws/desc/Overview.html > acknowledgements.xml
  
! trhtml: all
  
  altformats: $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) 
***************
*** 178,181 ****
--- 180,186 ----
  	$(XSLTPROC) $(TOOLS)/identityxmlspec.xsl $(WSDL20.xml) > $(PUBDIR)/$(WSDL20.xml) ;\
  	cp $(WSDL20.html) $(PUBDIR)/Overview.html
+ ifdef HASZ
+ 	cp $(WSDL20-z.html) $(PUBDIR)/Overview.html
+ endif
  
  install: install-tr install-ds
***************
*** 184,186 ****
  	rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./valid-types.txt ./valid-ns.html ./tidy-output.txt $(WSDL20.html) $(WSDL20-z.html) diff.html $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) $(WSDL20.tex) $(PREFIX).log
  
! .PHONY: install validate-html validate-xml validate-pubrules validate-types spellcheck pubinstall clean schemas directory check.txt acknowledgements install-schemas trhtml trall altformats 
--- 189,191 ----
  	rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./valid-types.txt ./valid-ns.html ./tidy-output.txt $(WSDL20.html) $(WSDL20-z.html) diff.html $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) $(WSDL20.tex) $(PREFIX).log
  
! .PHONY: all install validate-html validate-xml validate-pubrules validate-types spellcheck pubinstall clean schemas directory check.txt acknowledgements install-schemas trhtml trall altformats 

Index: Makefile.core
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.core,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile.core	20 Dec 2004 19:45:09 -0000	1.4
--- Makefile.core	3 May 2005 09:08:58 -0000	1.5
***************
*** 9,12 ****
--- 9,14 ----
  wsdl20-rpc.xsd
  
+ HASZ=1
+ 
  IMAGES=
  

Received on Tuesday, 3 May 2005 09:09:05 UTC