2002/ws/desc/wsdl20 Makefile.base,1.58,1.59

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

Modified Files:
	Makefile.base 
Log Message:
Only copy images if they exist


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** Makefile.base	3 May 2005 13:49:38 -0000	1.58
--- Makefile.base	3 May 2005 18:25:32 -0000	1.59
***************
*** 192,196 ****
--- 192,198 ----
  	$(XSLTPROC) $(TOOLS)/identityxmlspec.xsl $(WSDL20.xml) > $(PUBDIR)/$(WSDL20.xml) ;\
  	cp $(WSDL20.html) $(PUBDIR)/Overview.html
+ ifdef IMAGES
  	cp $(IMAGES) $(PUBDIR)/images
+ endif
  ifdef HASZ
  	cp $(WSDL20-z.html) twisty.js $(PUBDIR)

Received on Tuesday, 3 May 2005 18:25:37 UTC