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

  1. all: test docs checkin
  2. docs: readme test_docs validation_docs
  3. @echo "Generated text files from POD."
  4. readme:
  5. pod2text Wala.pm > README
  6. test_docs:
  7. pod2text test.pl > TESTING
  8. validation_docs:
  9. pod2text validate.pl > VALIDATION
  10. test:
  11. @echo "Running test script."
  12. ./test.pl
  13. ./validate.pl
  14. checkin: update readme test_docs test
  15. svn ci
  16. update:
  17. svn update