* LocaleRoster.h was not self-containing.
* Moved the locale stuff to the data directory as well (some parts were in /etc). * The DefaultCatalog will now also scan the user directory for catalogs. * Minor cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33983 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+2
-2
@@ -276,7 +276,7 @@ actions ResAttr1
|
||||
# linkcatkeys.
|
||||
rule ExtractCatalogEntries target : source : signature
|
||||
{
|
||||
# get compiler and defines for the platform
|
||||
# get compiler and defines for the platform
|
||||
local headers ;
|
||||
local sysHeaders ;
|
||||
local cc ;
|
||||
@@ -381,6 +381,6 @@ rule DoCatalogs appName # Application name
|
||||
: $(signature) : $(catalog:B) ;
|
||||
}
|
||||
|
||||
AddFilesToHaikuImage system etc locale catalogs $(signature) :
|
||||
AddFilesToHaikuImage system data locale catalogs $(signature) :
|
||||
$(genCat) $(trans:S=.catalog) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user