Enabled automatic catkeys globbing.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36007 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2010-03-30 17:57:49 +00:00
parent 7ea2dfd66d
commit eb3a834144
1 changed files with 1 additions and 4 deletions

View File

@ -360,8 +360,6 @@ actions LinkApplicationCatalog1
}
rule DoCatalogs appName : signature : sources : generatedCatalog
: translations
# TODO: Remove when linkcatkeys works!
{
# General rules to invoke from jamfiles and that do (almost) everything related
# to localization
@ -382,8 +380,7 @@ rule DoCatalogs appName : signature : sources : generatedCatalog
# find translations
local translationsDir
= [ FDirName $(HAIKU_TOP) data catalogs $(SUBDIR_TOKENS[2-]) ] ;
# local translations = [ Glob $(translationsDir) : *.catkeys ] ;
# TODO: Enable when linkcatkeys works.
local translations = [ Glob $(translationsDir) : *.catkeys ] ;
translations = [ FGristFiles $(translations:BS) ] ;
SEARCH on $(translations) += $(translationsDir) ;