]> git.donarmstrong.com Git - debbugs-presentations.git/commitdiff
add images makefile
authorDon Armstrong <don@donarmstrong.com>
Sun, 24 Aug 2014 02:40:20 +0000 (19:40 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 24 Aug 2014 02:40:20 +0000 (19:40 -0700)
debconf14/images/Makefile [new file with mode: 0644]

diff --git a/debconf14/images/Makefile b/debconf14/images/Makefile
new file mode 100644 (file)
index 0000000..28b4eae
--- /dev/null
@@ -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 $@