2002/ws/desc/wsdl20 Makefile.base,1.70,1.71

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

Modified Files:
	Makefile.base 
Log Message:
ps depends on latin1-conv.xsl


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** Makefile.base	2 Aug 2005 05:23:44 -0000	1.70
--- Makefile.base	2 Aug 2005 05:40:17 -0000	1.71
***************
*** 91,95 ****
  endif
  
! $(WSDL20.ps): $(WSDL20.html) $(IMAGES) $(CSS)
  	$(XSLTPROC) $(TOOLS)/latin1-conv.xsl $(WSDL20.html) | $(HTML2PS) -d -f $(TOOLS)/html2psrc > $@ || rm $@
  
--- 91,95 ----
  endif
  
! $(WSDL20.ps): $(WSDL20.html) $(IMAGES) $(CSS) $(TOOLS)/latin1-conv.xsl
  	$(XSLTPROC) $(TOOLS)/latin1-conv.xsl $(WSDL20.html) | $(HTML2PS) -d -f $(TOOLS)/html2psrc > $@ || rm $@
  

Received on Tuesday, 2 August 2005 05:40:21 UTC