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.

7 lines
254 B

4 years ago
  1. all: index.html
  2. index.html: Makefile *.md footer.html header.html slides.css ./render.pl examples/*
  3. ls *.md | sort -n | xargs ./render.pl | cat header.html - footer.html > $@
  4. publish: index.html
  5. rsync -av ../perl/. squiggle.city:~/public_html/perl/.