diff --git a/Web/Makefile b/Web/Makefile index d9d3404..d8fc954 100644 --- a/Web/Makefile +++ b/Web/Makefile @@ -1,5 +1,6 @@ PAGESHTML=$(shell ls *.wml | grep -v template | sed 's/.wml/.html/' ) DEST=bortz@echoping.sourceforge.net:/home/groups/echoping/htdocs +URL=http://echoping.sourceforge.net/ all: test @@ -15,5 +16,9 @@ install: ${PAGESHTML} cvs commit scp -v ${PAGESHTML} ${DEST} +checkbot: + checkbot --url ${URL} --match ${URL} \ + --verbose + clean: rm -f ${PAGESHTML}