Skip to content

Instantly share code, notes, and snippets.

Created April 3, 2013 08:09
Show Gist options
  • Save anonymous/5299360 to your computer and use it in GitHub Desktop.
Save anonymous/5299360 to your computer and use it in GitHub Desktop.
Makefile
%.mkd.pdf: %.mkd jpp.beamer jpp.latex
@echo "\t $< --> $@"
@${PANDOC} ${PANDOC_OPTIONS} -s "$<" -o "$@" >> /dev/null
spell:
@for f in *.mkd; do aspell check "$$f"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment