2002/ws/desc/wsdl20 Makefile.base,1.51,1.52

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

Modified Files:
	Makefile.base 
Log Message:
Valid links check requires all versions to be done


Index: Makefile.base
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/Makefile.base,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** Makefile.base	3 May 2005 09:19:02 -0000	1.51
--- Makefile.base	3 May 2005 10:31:58 -0000	1.52
***************
*** 137,144 ****
  	$(VALIDATE) $? > ./$@
  
! valid-links.txt: $(WSDL20.html)
  ifndef QUICK
  	@echo "Checking links $?";\
! 	$(LINKCHECKER) -s -r -b $? > $@
  endif
  
--- 137,144 ----
  	$(VALIDATE) $? > ./$@
  
! valid-links.txt: all
  ifndef QUICK
  	@echo "Checking links $?";\
! 	$(LINKCHECKER) -s -r -b $(WSDL20.html) > $@
  endif
  

Received on Tuesday, 3 May 2005 10:32:04 UTC