From eb3a8341440ad06d5c03a5faf59ed051ec007739 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 30 Mar 2010 17:57:49 +0000 Subject: [PATCH] Enabled automatic catkeys globbing. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36007 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/BeOSRules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build/jam/BeOSRules b/build/jam/BeOSRules index 366828bd0c..673206b38f 100644 --- a/build/jam/BeOSRules +++ b/build/jam/BeOSRules @@ -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) ;