2002/ws/desc/wsdl20 Makefile.base,1.25,1.26

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

Modified Files:
	Makefile.base 
Log Message:
Added a QUICK flag to avoid long checks


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** Makefile.base	30 Jul 2004 11:48:16 -0000	1.25
--- Makefile.base	30 Jul 2004 12:00:45 -0000	1.26
***************
*** 72,78 ****
  	@cat valid-xml.txt
  
! valid-pubrules.html: $(WSDL20.html) valid-html.txt
! 	@echo "Running pubrules checker";\
! 	$(PUBRULESCHECK) $(WSDL20.html)> $@
  
  validate-pubrules: valid-pubrules.html
--- 72,78 ----
  	@cat valid-xml.txt
  
! valid-pubrules.html: $(WSDL20.html) valid-html.txt	
! 	@-[ -z "$(QUICK)" ] && (echo "Running pubrules checker";\
! 	$(PUBRULESCHECK) $(WSDL20.html)> $@)
  
  validate-pubrules: valid-pubrules.html
***************
*** 92,102 ****
  
  valid-links.txt: $(WSDL20.html)
! 	@echo "Checking links $?";\
! 	$(LINKCHECKER) -s -r -b $? > $@
  
  checkspell.txt: $(WSDL20.html)
! 	@echo "Checking spelling $?";\
  	rm -f $@ ;\
! 	$(SPELL) < $? | sort | uniq -c | sort -n > $@
  
  directory:
--- 92,102 ----
  
  valid-links.txt: $(WSDL20.html)
! 	@-[ -z "$(QUICK)" ] && (echo "Checking links $?";\
! 	$(LINKCHECKER) -s -r -b $? > $@)
  
  checkspell.txt: $(WSDL20.html)
! 	@-[ -z "$(QUICK)" ] && (echo "Checking spelling $?";\
  	rm -f $@ ;\
! 	$(SPELL) < $? | sort | uniq -c | sort -n > $@)
  
  directory:

Received on Friday, 30 July 2004 08:04:21 UTC