Skip to content

Instantly share code, notes, and snippets.

@lloyd
Created September 9, 2009 17:16
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 lloyd/183900 to your computer and use it in GitHub Desktop.
Save lloyd/183900 to your computer and use it in GitHub Desktop.
bridges.pdf: bridges.html
htmldoc -t pdf14 --webpage bridges.html > bridges.pdf
bridges.html: bridges.textile
redcloth < bridges.textile > bridges.html
.PHONY: view
view: bridges.pdf
xpdf bridges.pdf
.PHONY: clean
clean:
@rm -f bridges.html bridges.pdf *~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment