2004/ws/addressing Makefile.base,1.17,1.18

Update of /sources/public/2004/ws/addressing
In directory homer:/tmp/cvs-serv32399

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


Index: Makefile.base
===================================================================
RCS file: /sources/public/2004/ws/addressing/Makefile.base,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Makefile.base	2 Aug 2005 07:31:53 -0000	1.17
--- Makefile.base	2 Aug 2005 07:44:39 -0000	1.18
***************
*** 149,153 ****
  	cp  $(ADDR.pdf) $(ADDR.ps) $(ADDR.txt) diff.html $(PUBDIR);\
  	cat htaccess-for-html htaccess-for-text > $(PUBDIR)/.htaccess;\
! 	$(XSLTPROC) identityxmlspec.xsl $(ADDR.xml) > $(PUBDIR)/$(ADDR.xml) ;\
  	cp $(ADDR.html) $(PUBDIR)/Overview.html
  
--- 149,153 ----
  	cp  $(ADDR.pdf) $(ADDR.ps) $(ADDR.txt) diff.html $(PUBDIR);\
  	cat htaccess-for-html htaccess-for-text > $(PUBDIR)/.htaccess;\
! 	$(XSLTPROC) --stringparam year $(YEAR) identityxmlspec.xsl $(ADDR.xml) > $(PUBDIR)/$(ADDR.xml) ;\
  	cp $(ADDR.html) $(PUBDIR)/Overview.html
  

Received on Tuesday, 2 August 2005 07:44:46 UTC