Author: dylan Date: 2005-01-07 17:52:21 -0500 (Fri, 07 Jan 2005) New Revision: 540
Modified: trunk/web/Makefile Log: er, validator.sh, not validate.sh Modified: trunk/web/Makefile =================================================================== --- trunk/web/Makefile 2005-01-07 22:51:46 UTC (rev 539) +++ trunk/web/Makefile 2005-01-07 22:52:21 UTC (rev 540) @@ -19,7 +19,7 @@ FIX = ./bin/fixhtml RSYNC = rsync TIDY = tidy -VALIDATE = ./bin/validate.sh +VALIDATE = ./bin/validator.sh TAR = tar SFUSER = $(shell cat ~/.sfuser)
