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

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

Modified Files:
	Makefile.base 
Log Message:
Fixed image dir creation


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** Makefile.base	3 May 2005 13:47:54 -0000	1.57
--- Makefile.base	3 May 2005 13:49:38 -0000	1.58
***************
*** 163,166 ****
--- 163,167 ----
  directory:
  	-mkdir -p $(PUBDIR)
+ 	-mkdir -p $(PUBDIR)/images
  
  schemas: $(SCHEMAS)
***************
*** 191,195 ****
  	$(XSLTPROC) $(TOOLS)/identityxmlspec.xsl $(WSDL20.xml) > $(PUBDIR)/$(WSDL20.xml) ;\
  	cp $(WSDL20.html) $(PUBDIR)/Overview.html
- 	mkdir $(PUBDIR)/images
  	cp $(IMAGES) $(PUBDIR)/images
  ifdef HASZ
--- 192,195 ----

Received on Tuesday, 3 May 2005 13:49:44 UTC