2002/ws/desc/wsdl20 Makefile.base,1.74,1.75

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

Modified Files:
	Makefile.base 
Log Message:
Passing year parameter to identityxmlspec.xsl


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** Makefile.base	2 Aug 2005 07:32:53 -0000	1.74
--- Makefile.base	2 Aug 2005 07:40:13 -0000	1.75
***************
*** 216,220 ****
  	cp  $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) diff.html $(PUBDIR);\
  	cat htaccess-for-html htaccess-for-text > $(PUBDIR)/.htaccess;\
! 	$(XSLTPROC) $(TOOLS)/identityxmlspec.xsl $(WSDL20.xml) > $(PUBDIR)/$(WSDL20.xml) ;\
  	cp $(WSDL20.html) $(PUBDIR)/Overview.html
  ifdef IMAGES
--- 216,220 ----
  	cp  $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) diff.html $(PUBDIR);\
  	cat htaccess-for-html htaccess-for-text > $(PUBDIR)/.htaccess;\
! 	$(XSLTPROC) --stringparam year $(YEAR) $(TOOLS)/identityxmlspec.xsl $(WSDL20.xml) > $(PUBDIR)/$(WSDL20.xml) ;\
  	cp $(WSDL20.html) $(PUBDIR)/Overview.html
  ifdef IMAGES

Received on Tuesday, 2 August 2005 07:40:21 UTC