Skip to content

Instantly share code, notes, and snippets.

@hayd
Created June 2, 2015 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hayd/91749b0e043d5d7fa74f to your computer and use it in GitHub Desktop.
Save hayd/91749b0e043d5d7fa74f to your computer and use it in GitHub Desktop.
leanpub makefile
all: book sample
book:
pandoc $(shell cat Book.txt) --smart --table-of-contents --chapters -o Book.pdf
sample:
pandoc $(shell cat Sample.txt) --smart --table-of-contents --chapters -o Sample.pdf
watch:
watchmedo shell-command --patterns="*.md" --command=make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment