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.

8 lines
227 B

  1. all: index.html
  2. index.html: Makefile *.md render.pl
  3. ./render.pl README.md > rendered.md
  4. pandoc --self-contained -t slidy ./rendered.md > slides.html
  5. publish: index.html
  6. rsync -av ../php/. squiggle.city:~/public_html/php/.