Skip to content

Instantly share code, notes, and snippets.

@Taeradan
Forked from anonymous/make file
Last active December 15, 2015 17:49
Show Gist options
  • Save Taeradan/5299429 to your computer and use it in GitHub Desktop.
Save Taeradan/5299429 to your computer and use it in GitHub Desktop.
%.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