2002/ws/desc/wsdl20 Makefile.base,1.68,1.69

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

Modified Files:
	Makefile.base 
Log Message:
Added PDF with Z generation (I got it to work!!!)


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** Makefile.base	29 Jul 2005 15:02:10 -0000	1.68
--- Makefile.base	1 Aug 2005 12:00:29 -0000	1.69
***************
*** 40,43 ****
--- 40,44 ----
  WSDL20.ps=$(PREFIX).ps
  WSDL20.tex=$(PREFIX).tex
+ WSDL20-z.pdf=$(PREFIX)-z.pdf
  WSDL20.pdf=$(PREFIX).pdf
  WSDL20.txt=$(PREFIX).txt
***************
*** 76,83 ****
  endif
  
  $(WSDL20.tex): $(WSDL20.xml) $(IMAGES) $(LATEXXSL)
  ifdef HASZ
  	$(XSLTPROC) $(LATEXXSL) $(WSDL20.xml) > $@
- #	latex $(WSDL20.tex)
  endif
  
--- 77,92 ----
  endif
  
+ $(WSDL20-z.pdf): $(WSDL20.tex)
+ ifdef HASZ
+ 	@echo "Generating $@";\
+ 	cp $< tmp-z.tex;\
+ 	pdflatex tmp-z.tex > /dev/null;\
+ 	mv tmp-z.pdf $@;\
+ 	rm tmp-z.tex
+ endif
+ 
  $(WSDL20.tex): $(WSDL20.xml) $(IMAGES) $(LATEXXSL)
  ifdef HASZ
  	$(XSLTPROC) $(LATEXXSL) $(WSDL20.xml) > $@
  endif
  
***************
*** 212,216 ****
  endif
  ifdef HASZ
! 	cp $(WSDL20-z.html) twisty.js $(ZXSL) $(PUBDIR)
  endif
  
--- 221,225 ----
  endif
  ifdef HASZ
! 	cp $(WSDL20-z.html) $(WSDL20-z.pdf) twisty.js $(ZXSL) $(PUBDIR)
  endif
  
***************
*** 219,222 ****
--- 228,234 ----
  clean:
  	rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./valid-types.txt ./valid-ns.html ./tidy-output.txt $(WSDL20.html) $(WSDL20-z.html) diff.html $(WSDL20.pdf) $(WSDL20.ps) $(WSDL20.txt) $(WSDL20.tex) $(PREFIX).log $(COMPONENTS)
+ ifdef HASZ
+ 	rm -f $(WSDL20-z.html) $(WSDL20-z.pdf) $(WSDL20-z.tex)
+ endif
  
  .PHONY: all install validate-html validate-xml validate-pubrules validate-types spellcheck pubinstall clean schemas directory check acknowledgements install-schemas trhtml trall altformats 

Received on Monday, 1 August 2005 12:00:37 UTC