From e0f9a0eac6ffd56453eb0c5e956cdbb2528b87ee Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Thu, 7 Oct 2010 00:34:12 +0000 Subject: [PATCH] Fixed a stray typo from r38873, which prevented catkey & catalog generation/collection. Thanks RISC for pointing this out! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38894 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/LocaleRules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/jam/LocaleRules b/build/jam/LocaleRules index e711801049..38ddccbd3d 100644 --- a/build/jam/LocaleRules +++ b/build/jam/LocaleRules @@ -128,14 +128,13 @@ rule DoCatalogs target : signature : sources : sourceLanguage : regexp : folder MakeLocate $(generatedCatalog) : [ FDirName $(HAIKU_CATALOGS_OBJECT_DIR) $(subdir) ] ; - # generate catkeys file from sources ExtractCatalogEntries $(generatedCatalog:S=.catkeys) : [ FGristFiles $(sources) ] : $(signature) : $(regexp) ; # find translations local translationsDir - = [ FDirName $(HAIKU_TOP) data catalogs $(folder) ] ; + = [ FDirName $(HAIKU_TOP) data catalogs $(subdir) ] ; local translations = [ Glob $(translationsDir) : *.catkeys ] ; translations = [ FGristFiles $(translations:BS) ] ; SEARCH on $(translations) += $(translationsDir) ;