summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2011-05-23 14:40:00 +0200
committerDidier Raboud <odyx@debian.org>2011-05-23 14:40:00 +0200
commit393ccd177f8a57b3f04eaf6751eed8f996d3daf2 (patch)
treea8e1113984fdc898c5ca5a60ff55803266245469 /Makefile
parentf04e27473cd3f6b651114b3110e8687fee2e7600 (diff)
Replace the GTK screenshot by a more recent one, featuring SpaceFun. Document the creation of the bmp picture from its bigger-size png source using convert.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 59cb2a0..0348870 100644
--- a/Makefile
+++ b/Makefile
@@ -102,8 +102,12 @@ else
pxe.target:
endif
+templates/gtk.bmp:
+ convert templates/gtk_orig.png -resize 107x80 BMP3:templates/gtk.bmp
+
win32-loader.exe: main.nsi maps.ini \
templates/binary_choice.ini templates/graphics.ini templates/custom.ini templates/4_choices.ini \
+ templates/gtk.bmp templates/text.bmp \
plugins/cpuid/test64.dll plugins/systeminfo/systeminfo.dll plugins/string.dll \
plugins/sha1sum.dll \
pxe.target \