-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:
Adrien Destugues
2009-10-01 20:05:56 +00:00
parent 7d183c0492
commit 0007a867cf
7 changed files with 76 additions and 29 deletions
+2 -1
View File
@@ -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) ;