mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
Renamed the variables for the catalogs and re-introduced the target 'catkeys',
which builds just the en.catkeys inside HAIKU_OUTPUT_DIR/objects/catalogs git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39130 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
4fd570d307
commit
9de5b02252
9
Jamfile
9
Jamfile
@ -198,8 +198,11 @@ if $(packageError) {
|
||||
}
|
||||
|
||||
# Pseudo-target to build all targets that are localized.
|
||||
NotFile catalogs ;
|
||||
Depends catalogs : $(HAIKU_LOCALIZED_CATALOGS) ;
|
||||
|
||||
NotFile LocalizedTargets ;
|
||||
Depends LocalizedTargets : $(HAIKU_LOCALIZED_TARGETS) ;
|
||||
|
||||
NotFile catalogs ;
|
||||
Depends catalogs : $(HAIKU_LOCALE_CATALOGS) ;
|
||||
|
||||
NotFile catkeys ;
|
||||
Depends catkeys : $(HAIKU_LOCALE_OUTPUT_CATKEYS) ;
|
||||
|
@ -158,5 +158,8 @@ rule DoCatalogs target : signature : sources : sourceLanguage : regexp
|
||||
HAIKU_LOCALIZED_TARGETS += $(target) ;
|
||||
|
||||
# For the pseudo-target catalogs
|
||||
HAIKU_LOCALIZED_CATALOGS += $(catkeysFiles:S=.catalog) ;
|
||||
HAIKU_LOCALE_CATALOGS += $(catkeysFiles:S=.catalog) ;
|
||||
|
||||
# For the pseudo-target catkeys
|
||||
HAIKU_LOCALE_OUTPUT_CATKEYS += $(generatedCatalog:S=.catkeys) ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user