From def5fadafc51543df6f9f4acecabeb30be9ae8f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 29 Aug 2007 19:31:32 +0000 Subject: [PATCH] Added Mail's spell checker files to the image, thus closing bug #1221. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22111 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/HaikuImage | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage index e64770bb99..381a05917b 100644 --- a/build/jam/HaikuImage +++ b/build/jam/HaikuImage @@ -264,6 +264,14 @@ local logoArtwork = "HAIKU logo - white on blue - big.png" SEARCH on $(logoArtwork) = [ FDirName $(HAIKU_TOP) data artwork ] ; AddFilesToHaikuImage beos etc artwork : $(logoArtwork) ; +# Mail spell check dictionaries +local spellFiles = words geekspeak ; +spellFiles = $(spellFiles:G=spell) ; +SEARCH on $(spellFiles) + = [ FDirName $(HAIKU_TOP) src apps mail ] ; +#AddDirectoryToHaikuImage beos etc word_dictionary ; +AddFilesToHaikuImage beos etc word_dictionary : $(spellFiles) ; + local svgFiles = "lion.svg" ; SEARCH on $(svgFiles) = [ FDirName $(HAIKU_TOP) src tests kits interface picture ] ;