2002/ws/desc/wsdl20 Makefile.base,1.73,1.74

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

Modified Files:
	Makefile.base 
Log Message:
Removed html2ps debugging output


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** Makefile.base	2 Aug 2005 07:20:50 -0000	1.73
--- Makefile.base	2 Aug 2005 07:32:53 -0000	1.74
***************
*** 93,97 ****
  
  $(WSDL20.ps): $(WSDL20.html) $(IMAGES) $(CSS) $(TOOLS)/latin1-conv.xsl $(TOOLS)/html2psrc
! 	$(XSLTPROC) $(TOOLS)/latin1-conv.xsl $(WSDL20.html) | $(HTML2PS) -d -f $(TOOLS)/html2psrc > $@ || rm $@
  
  $(WSDL20.pdf): $(WSDL20.ps)
--- 93,97 ----
  
  $(WSDL20.ps): $(WSDL20.html) $(IMAGES) $(CSS) $(TOOLS)/latin1-conv.xsl $(TOOLS)/html2psrc
! 	$(XSLTPROC) $(TOOLS)/latin1-conv.xsl $(WSDL20.html) | $(HTML2PS) -f $(TOOLS)/html2psrc > $@ || rm $@
  
  $(WSDL20.pdf): $(WSDL20.ps)

Received on Tuesday, 2 August 2005 07:38:00 UTC