From 1dec88e56448599d19e5bc581e91561f7010f94f Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 23 Aug 2014 19:40:20 -0700 Subject: [PATCH] add images makefile --- debconf14/images/Makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 debconf14/images/Makefile diff --git a/debconf14/images/Makefile b/debconf14/images/Makefile new file mode 100644 index 0000000..28b4eae --- /dev/null +++ b/debconf14/images/Makefile @@ -0,0 +1,29 @@ +#!/usr/bin/make -f + + +all: rc_buggy.jpg not_a_bug.jpg bug.png fixed_bug.jpg telegraph_bug.jpg vw_bug.jpg don_at_burning_man.jpg + +# from https://www.google.com/search?as_st=y&hl=en&tbs=sur:fmc&tbm=isch&q=rc+buggy+toy+story&spell=1&sa=X&ei=GP34U_DGOoaejALCpoAI&ved=0CBsQvwUoAA&dpr=1&biw=1278&bih=734 +rc_buggy.jpg: + wget "http://2.bp.blogspot.com/-mBgKBdjOxZ8/UoPh4a-dYQI/AAAAAAAACWE/Os_CY81cMF8/s1600/24471_1421230652020_5916419_n.jpg" -O $@ + +not_a_bug.jpg: + wget "https://images.encyclopediadramatica.es/a/a3/Not_A_Bug_-_Feature.jpg" -O $@ + +nyan_cat_bug.jpg: + www-browser "http://netcyber.deviantart.com/art/Nyan-Cat-Bug-362637571" + +bug.png: + wget "http://upload.wikimedia.org/wikipedia/commons/7/7d/Bug.png" -O $@ + +fixed_bug.jpg: + wget "https://c2.staticflickr.com/2/1224/993139790_a33cbb85dc_z.jpg?zz=1" -O $@ + +telegraph_bug.jpg: + wget "http://upload.wikimedia.org/wikipedia/commons/a/ac/Vibroplex_06.JPG" -O $@ + +vw_bug.jpg: + wget "http://upload.wikimedia.org/wikipedia/commons/0/0f/2012_Volkswagen_Beetle_--_NHTSA_2.jpg" -O $@ + +don_at_burning_man.jpg: + wget "http://gallery.donarmstrong.com/2004/09_september/burning_man/parties/.cache/640x480-013_reflections_of_deep_end_in_my_dust_gear_20040902.jpg" -O $@ -- 2.39.2