summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 6685256..7e381ca 100644
--- a/Rakefile
+++ b/Rakefile
@@ -105,7 +105,10 @@ svg_to_png = [
['svg/masks/mask.svg', {:width => 128, :dest => 'web/128'}],
# linux
- ['svg/masks/mask-launcher.svg', linux_target]
+ ['svg/masks/mask-launcher.svg', linux_target],
+
+ # print
+ ['svg/letterhead/letterhead.svg', {:width => 2400, :height => 300, :dest => 'print'}]
]
png_to_icns = [