X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=figures%2FMakefile;fp=figures%2FMakefile;h=d5fb6eeb8e263148794f9b76f3f78d200846eb0f;hb=390a66e9b6b0ead6e5273c082ac094ede957db47;hp=516d6ceb7290671cdb77fe256eef35542d56c908;hpb=83ad05d5bfe767f18ed1284c02c20ac3d4e57c4c;p=diamond_presentation.git diff --git a/figures/Makefile b/figures/Makefile index 516d6ce..d5fb6ee 100644 --- a/figures/Makefile +++ b/figures/Makefile @@ -1,6 +1,6 @@ #!/usr/bin/make -f -all: uofi_mark.pdf igb_wordmark.pdf +all: uofi_mark.pdf igb_wordmark.pdf spalax.jpg reduced_alphabet.png igb_wordmarks.zip: wget -O $@ "http://www.igb.illinois.edu/sites/default/files/upload/Wordmarks-Eps.zip" @@ -20,3 +20,10 @@ uofi_mark.pdf: uofi_mark.zip relevant_xkcd.png: wget -O $@ "http://imgs.xkcd.com/comics/code_quality.png" + +spalax.jpg: + wget -O $@ "https://upload.wikimedia.org/wikipedia/commons/9/90/Spalax_microphthalmus_Syzran_Russia.jpg" + +reduced_alphabet.png: + wget -O temp.jpg "http://peds.oxfordjournals.org/content/13/3/149/F1.large.jpg" + convert temp.jpg $@