2002/ws/desc/wsdl20 Makefile.adjuncts,1.6,1.7 Makefile.base,1.65,1.66 Makefile.core,1.9,1.10

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

Modified Files:
	Makefile.adjuncts Makefile.base Makefile.core 
Log Message:
Added components table generation


Index: Makefile.adjuncts
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.adjuncts,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile.adjuncts	15 Jun 2005 10:33:44 -0000	1.6
--- Makefile.adjuncts	24 Jun 2005 07:13:11 -0000	1.7
***************
*** 20,22 ****
--- 20,24 ----
  xmlspec-wsdl.xsl
  
+ COMPONENTS=adjuncts-component-table.xml
+ 
  include Makefile.base

Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** Makefile.base	20 Jun 2005 12:18:40 -0000	1.65
--- Makefile.base	24 Jun 2005 07:13:11 -0000	1.66
***************
*** 3,6 ****
--- 3,7 ----
  ZXSL=$(wildcard ../wsdl20/zml2html*.xsl)
  LATEXXSL=xmlspec2latex.xsl
+ CTABLEXSL=component-table.xsl
  
  YEAR=$(shell grep "ENTITY draft.year" entitieswd.dtd | cut -d '"' -f2)
***************
*** 46,50 ****
--- 47,55 ----
  all: $(WSDL20.html) $(WSDL20-z.html)
  
+ ifdef COMPONENTS
+ $(WSDL20.html): $(COMPONENTS) $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt	
+ else
  $(WSDL20.html): $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt
+ endif
  	@echo "Generating $@";\
  	$(XSLTPROC) --stringparam showZed false $(STYLESHEET) $(WSDL20.xml) > $@
***************
*** 54,57 ****
--- 59,67 ----
  	rm $@.old
  
+ $(COMPONENTS): $(WSDL20.xml) 
+ 	@echo "Generating $@";\
+ 	touch $@;\
+ 	$(XSLTPROC) $(CTABLEXSL) $< > $@
+ 
  $(WSDL20-z.html): $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt $(ZXSL) ../wsdl20/non-normative.xsl
  ifdef HASZ
***************
*** 206,210 ****
  
  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 ./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 acknowledgements install-schemas trhtml trall altformats 
--- 216,220 ----
  
  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 ./tidy-output.txt $(WSDL20.html) $(WSDL20-z.html) diff.html $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) $(WSDL20.tex) $(PREFIX).log $(COMPONENTS)
  
  .PHONY: all install validate-html validate-xml validate-pubrules validate-types spellcheck pubinstall clean schemas directory check acknowledgements install-schemas trhtml trall altformats 

Index: Makefile.core
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.core,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Makefile.core	7 Jun 2005 09:56:25 -0000	1.9
--- Makefile.core	24 Jun 2005 07:13:11 -0000	1.10
***************
*** 28,30 ****
--- 28,32 ----
  xmlspec-wsdl.xsl
  
+ COMPONENTS=component-table.xml
+ 
  include Makefile.base

Received on Friday, 24 June 2005 07:13:16 UTC