2002/ws/desc/wsdl20 Makefile.base,1.93,1.94

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

Modified Files:
	Makefile.base 
Log Message:
Changed HTML validation technique


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.93
retrieving revision 1.94
diff -C2 -d -r1.93 -r1.94
*** Makefile.base	21 Nov 2005 14:01:45 -0000	1.93
--- Makefile.base	8 Dec 2005 10:17:40 -0000	1.94
***************
*** 126,130 ****
  valid-html.txt: $(WSDL20.html)
  	@echo "Validating $?";\
! 	$(VALIDATE) $? && touch ./$@
  
  validate-html: valid-html.txt
--- 126,130 ----
  valid-html.txt: $(WSDL20.html)
  	@echo "Validating $?";\
! 	SP_CHARSET_FIXED=YES SP_ENCODING=XML nsgmls -wxml -mdeclaration/xml.soc -gues $? && touch ./$@
  
  validate-html: valid-html.txt

Received on Thursday, 8 December 2005 10:18:04 UTC