
all:
	echo "MapServer Workbench up to date"
	echo "now run 'make install'"

install:
	install.sh

tar:
	(cd ..; tar cf msworkbench.tar msworkbench )
	gzip -f ../msworkbench.tar

