-Internationalization and french locale for Fonts preflet
-Added grist to the sourcecode files sent to collectcatkeys to avoid mixups git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33401 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+2
-1
@@ -367,9 +367,10 @@ rule DoCatalogs appName # Application name
|
||||
{
|
||||
genCat = [ FGristFiles $(generatedCatalog) ] ;
|
||||
trans = [ FGristFiles $(translatedCatalogs) ] ;
|
||||
srcs = [ FGristFiles $(sources) ] ;
|
||||
SEARCH on $(trans) += $(SEARCH_SOURCE) ;
|
||||
|
||||
ExtractCatalogEntries $(genCat:S=.catkeys) : $(sources) : $(signature) ;
|
||||
ExtractCatalogEntries $(genCat:S=.catkeys) : $(srcs) : $(signature) ;
|
||||
|
||||
LinkApplicationCatalog $(genCat) : $(genCat:S=.catkeys)
|
||||
: $(signature) : $(genCat:B) ;
|
||||
|
||||
Reference in New Issue
Block a user