2002/ws/desc/wsdl20 Makefile.base,1.59,1.60

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

Modified Files:
	Makefile.base 
Log Message:
Another HASZ


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** Makefile.base	3 May 2005 18:25:32 -0000	1.59
--- Makefile.base	3 May 2005 19:51:25 -0000	1.60
***************
*** 52,56 ****
  	rm $@.old
  
! $(WSDL20-z.html): $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt zml2html.xsl
  ifdef HASZ
  	@echo "Generating $@";\
--- 52,56 ----
  	rm $@.old
  
! $(WSDL20-z.html): $(WSDL20.xml) $(FILES) $(XSL) valid-xml.txt ../wsdl20/zml2html.xsl
  ifdef HASZ
  	@echo "Generating $@";\
***************
*** 63,68 ****
--- 63,70 ----
  
  $(WSDL20.tex): $(WSDL20.xml) $(IMAGES)
+ ifdef HASZ
  	$(XSLTPROC) zml2latex.xsl $(WSDL20.xml) > $@
  #	latex $(WSDL20.tex)
+ endif
  
  $(WSDL20.ps): $(WSDL20.html) $(IMAGES) $(CSS)

Received on Tuesday, 3 May 2005 19:51:32 UTC