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
This commit is contained in:
Axel Dörfler 2007-08-29 19:31:32 +00:00
parent 451cbc4a94
commit def5fadafc

View File

@ -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 ] ;