- From: Hugo Haas <hugo@dev.w3.org>
- Date: Mon, 02 Aug 2004 15:12:14 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv841
Modified Files:
Makefile.base
Log Message:
Improved text version
Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** Makefile.base 2 Aug 2004 08:39:52 -0000 1.32
--- Makefile.base 2 Aug 2004 15:12:12 -0000 1.33
***************
*** 19,22 ****
--- 19,23 ----
HTML2PS=html2ps
PS2PDF=ps2pdf
+ HTML2TEXT=w3m -dump
VALIDATE=java -Dxml.catalog.files="$(CATALOG);$(WSD_CATALOG)" \
-jar $(TOOLS)/validate.jar
***************
*** 54,58 ****
$(WSDL20.txt): $(WSDL20.html)
$(RM) $@ ; \
! html2text $< > $@
diff.html: $(WSDL20.html)
--- 55,59 ----
$(WSDL20.txt): $(WSDL20.html)
$(RM) $@ ; \
! $(HTML2TEXT) $< > $@
diff.html: $(WSDL20.html)
***************
*** 130,133 ****
--- 131,135 ----
cp $(XSL) $(IMAGES) $(PUBDIR);\
cp $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) diff.html $(PUBDIR);\
+ cat htaccess-for-html htaccess-for-text > $(PUBDIR)/.htaccess;\
$(XSLTPROC) $(TOOLS)/identityxmlspec.xsl $(SOURCE.xml) > $(PUBDIR)/$(WSDL20.xml) ;\
cp $(WSDL20.html) $(PUBDIR)/Overview.html
Received on Monday, 2 August 2004 11:12:42 UTC