Improved upon r39090.

* removed the catkeys pseudo-target
 * created catalogs pseudo-target, which builds all catalogs & en.catkeys(.pre)
 * created LocalizedTargets pseudo-target, which builds all targets that have
 been localized.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39114 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matt Madia
2010-10-24 03:31:34 +00:00
parent fc13691eeb
commit a8fcb885b0
2 changed files with 11 additions and 6 deletions
+5 -2
View File
@@ -198,5 +198,8 @@ if $(packageError) {
}
# Pseudo-target to build all targets that are localized.
NotFile catkeys ;
Depends catkeys : $(HAIKU_LOCALIZED_TARGETS) ;
NotFile catalogs ;
Depends catalogs : $(HAIKU_LOCALIZED_CATALOGS) ;
NotFile LocalizedTargets ;
Depends LocalizedTargets : $(HAIKU_LOCALIZED_TARGETS) ;