Makefile 342 B

12345678910
  1. all: ../tmp/CM3.html ../tmp/CM3_slides.html
  2. ../tmp/CM3.html: CM3.md
  3. pandoc --template ../www/template.html --css template.css --toc --toc-depth 1 --include-before ../tmp/before.html -s -o $@ $<
  4. ../tmp/CM3_slides.html: CM3.md
  5. pandoc --css slidy.css --template ../www/template_slidy.html --toc --toc-depth 1 -t slidy -s -o $@ $<
  6. clean: