Almost-minimal filesystem based blog.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
363 B

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