- From: Hugo Haas <hugo@dev.w3.org>
- Date: Wed, 04 Aug 2004 15:00:03 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory hutz:/tmp/cvs-serv26010 Modified Files: Makefile.base Log Message: html2ps doesn't like UTF-8; converting to latin1 first Index: Makefile.base =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** Makefile.base 4 Aug 2004 09:46:12 -0000 1.36 --- Makefile.base 4 Aug 2004 15:00:01 -0000 1.37 *************** *** 47,51 **** $(WSDL20.ps): $(WSDL20.html) $(IMAGES) ! $(HTML2PS) -d -f $(TOOLS)/html2psrc $(WSDL20.html) > $@ || rm $@ $(WSDL20.pdf): $(WSDL20.ps) --- 47,51 ---- $(WSDL20.ps): $(WSDL20.html) $(IMAGES) ! $(XSLTPROC) $(TOOLS)/latin1-conv.xsl $(WSDL20.html) | $(HTML2PS) -d -f $(TOOLS)/html2psrc > $@ || rm $@ $(WSDL20.pdf): $(WSDL20.ps)
Received on Wednesday, 4 August 2004 11:14:39 UTC