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.
|
|
- all: index.html
-
- index.html: Makefile *.md render.pl
- ./render.pl README.md > rendered.md
- pandoc --self-contained -t slidy ./rendered.md > slides.html
-
- publish: index.html
- rsync -av ../php/. squiggle.city:~/public_html/php/.
|