2002/ws/desc/wsdl20 Makefile.base,1.28,1.29

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

Modified Files:
	Makefile.base 
Log Message:
Fixed another issue due to part 2 renaming


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** Makefile.base	30 Jul 2004 12:43:26 -0000	1.28
--- Makefile.base	30 Jul 2004 15:00:25 -0000	1.29
***************
*** 43,46 ****
--- 43,48 ----
  	$(TIDY) $@.old > $@ 2>./tidy-output.txt;\
  	rm $@.old
+ 	-[ $(SOURCE.xml:.xml=.html) != $(WSDL20.html) ] && cp $(WSDL20.html) $(SOURCE.xml:.xml=.html)
+ # The line above is because of the renaming of Part 2
  
  $(WSDL20.ps): $(WSDL20.html) $(IMAGES)

Received on Friday, 30 July 2004 11:00:45 UTC