all: test docs checkin docs: readme test_docs validation_docs @echo "Generated text files from POD." readme: pod2text Wala.pm > README test_docs: pod2text test.pl > TESTING validation_docs: pod2text validate.pl > VALIDATION test: @echo "Running test script." ./test.pl ./validate.pl checkin: update readme test_docs test svn ci update: svn update