2002/ws/desc/wsdl20 Makefile.base,1.55,1.56

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

Modified Files:
	Makefile.base 
Log Message:
Added twisty.js


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** Makefile.base	3 May 2005 13:17:41 -0000	1.55
--- Makefile.base	3 May 2005 13:36:11 -0000	1.56
***************
*** 186,196 ****
  
  install-tr: trall directory
! 	cp $(XSL) $(IMAGES) $(CSS) $(PUBDIR);\
  	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 HASZ
! 	cp $(WSDL20-z.html) $(PUBDIR)
  endif
  
--- 186,198 ----
  
  install-tr: trall directory
! 	cp $(XSL) $(CSS) $(PUBDIR);\
  	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
+ 	mkdir $(PUBDIR)/images
+ 	cp $(IMAGES) $(PUBDIR)/images
  ifdef HASZ
! 	cp $(WSDL20-z.html) twisty.js $(PUBDIR)
  endif
  

Received on Tuesday, 3 May 2005 13:36:17 UTC