2002/ws/desc/wsdl20 Makefile.base,1.15,1.16

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

Modified Files:
	Makefile.base 
Log Message:
Computing WSDL20.html based on WSDL20.xml (because of part 2)
Better organization of processing


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Makefile.base	30 Jul 2004 08:53:53 -0000	1.15
--- Makefile.base	30 Jul 2004 09:42:53 -0000	1.16
***************
*** 27,31 ****
  PUBDIR=$(WWW)/TR/$(THISDOC)
  
! WSDL20.html=$(PREFIX).html
  WSDL20.ps=$(PREFIX).ps
  WSDL20.pdf=$(PREFIX).pdf
--- 27,31 ----
  PUBDIR=$(WWW)/TR/$(THISDOC)
  
! WSDL20.html=$(WSDL20.xml:.xml=.html)
  WSDL20.ps=$(PREFIX).ps
  WSDL20.pdf=$(PREFIX).pdf
***************
*** 107,111 ****
  	done ; fi
  
! install-schemas: schemas
  	$(SETUP-NAMESPACES) $(PUBDIR) $(THISDOC) $(YEAR) $(MM) $(DD)
  
--- 107,111 ----
  	done ; fi
  
! install-ds: schemas
  	$(SETUP-NAMESPACES) $(PUBDIR) $(THISDOC) $(YEAR) $(MM) $(DD)
  
***************
*** 115,121 ****
  
  trhtml: acknowledgements $(WSDL20.html) 
  altformats: $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) 
  
! pubinstall: trhtml altformats diff.html check.txt directory install-schemas
  	cp $(XSL) $(IMAGES) $(PUBDIR);\
  	cp  $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) diff.html $(PUBDIR);\
--- 115,124 ----
  
  trhtml: acknowledgements $(WSDL20.html) 
+ 
  altformats: $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) 
  
! trall: trhtml altformats diff.html check.txt 
! 
! install-tr: trall directory
  	cp $(XSL) $(IMAGES) $(PUBDIR);\
  	cp  $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) diff.html $(PUBDIR);\
***************
*** 123,128 ****
  	cp $(WSDL20.html) $(PUBDIR)/Overview.html
  
  clean:
  	rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./tidy-output.txt $(WSDL20.html) diff.html
  
! .PHONY: validate-html validate-xml validate-pubrules spellcheck pubinstall clean schemas directory check.txt acknowledgements install-schemas trhtml altformats
--- 126,133 ----
  	cp $(WSDL20.html) $(PUBDIR)/Overview.html
  
+ install: install-tr install-ds
+ 
  clean:
  	rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./tidy-output.txt $(WSDL20.html) diff.html
  
! .PHONY: install validate-html validate-xml validate-pubrules spellcheck pubinstall clean schemas directory check.txt acknowledgements install-schemas trhtml trall altformats

Received on Friday, 30 July 2004 05:43:08 UTC