summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-12-26 11:43:50 -0800
committerelijah <elijah@riseup.net>2013-12-26 11:43:50 -0800
commitde874a260fd5b05874d574c3f70aba96fe8f2ba7 (patch)
tree871a5b3bbfd7052dc7373904a4d49491a4b1af50 /Rakefile
parent2e6364461af5ee0cc939c7b697a0f066c2c876f7 (diff)
added letterhead
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 = [