2002/ws/desc/wsdl20 Makefile.base,1.88,1.89

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

Modified Files:
	Makefile.base 
Log Message:
Not remaking HTML all the time


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.88
retrieving revision 1.89
diff -C2 -d -r1.88 -r1.89
*** Makefile.base	2 Nov 2005 11:07:48 -0000	1.88
--- Makefile.base	12 Nov 2005 16:22:40 -0000	1.89
***************
*** 4,8 ****
  CTABLEXSL=component-table.xsl
  ENTITIES=entities.dtd entitieswd.dtd entitiesedcopy.dtd
! COMPONENTS=component-table.xml adjuncts-component-table.xml
  
  YEAR=$(shell grep "ENTITY draft.year" entitieswd.dtd | cut -d '"' -f2)
--- 4,8 ----
  CTABLEXSL=component-table.xsl
  ENTITIES=entities.dtd entitieswd.dtd entitiesedcopy.dtd
! COMPONENTS=component-table.xml adjuncts-component-table.xml wsdl20-defs.xml
  
  YEAR=$(shell grep "ENTITY draft.year" entitieswd.dtd | cut -d '"' -f2)
***************
*** 49,53 ****
  all: $(WSDL20.html) $(WSDL20-z.html)
  
! $(WSDL20.html): components $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt $(ENTITIES)
  	@echo "Generating $@";\
  	$(XSLTPROC) --stringparam showZed false --stringparam spec $(PREFIX) $(STYLESHEET) $(WSDL20.xml) > $@
--- 49,53 ----
  all: $(WSDL20.html) $(WSDL20-z.html)
  
! $(WSDL20.html): $(COMPONENTS) $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt $(ENTITIES)
  	@echo "Generating $@";\
  	$(XSLTPROC) --stringparam showZed false --stringparam spec $(PREFIX) $(STYLESHEET) $(WSDL20.xml) > $@
***************
*** 57,62 ****
  	rm $@.old
  
- components: $(COMPONENTS) wsdl20-defs.xml
- 
  component-table.xml: wsdl20.xml
  	@echo "Generating $@";\
--- 57,60 ----
***************
*** 248,255 ****
  
  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) diff.html $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) $(WSDL20.tex) $(PREFIX).log $(COMPONENTS) wsdl20-defs.xml
  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 components
--- 246,253 ----
  
  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) 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

Received on Saturday, 12 November 2005 16:22:46 UTC