Makefile: Add an image-conversion makefile
authorW. Trevor King <wking@tremily.us>
Fri, 17 Jan 2014 03:55:31 +0000 (19:55 -0800)
committerW. Trevor King <wking@tremily.us>
Fri, 17 Jan 2014 04:56:37 +0000 (20:56 -0800)
commita83ababde891273423222eb86ac7b0dc221c3659
tree5c798a50efc33c1f556d5f5bc08c1d0273a43836
parent7afea3e01ae805a6485eefb153bf24fa6f1b3cc8
Makefile: Add an image-conversion makefile

Not all images will be SVGs.  This Makefile handles converting other
formats to consistently sized PNGs, so you don't have to do the
conversion in your browser during the presentation itself.  The
Makefile is adapted from the one I developed for my thesis defense
[1], as of 3fdff3b (index.html.itex: List new software in conclusions,
2013-05-28), and is licensed under the same MIT license Hakim uses for
Reveal.js.

[1]: http://git.tremily.us/?p=reveal.js.git;a=blob;f=Makefile;hb=refs/heads/thesis
Makefile [new file with mode: 0644]