Introduced a pseudo-target "catkeys", for building all of the localized

applications. The eventual goal is to have jam package a catkeys.zip,
which can be provided to the application translation websites.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39090 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matt Madia
2010-10-23 20:26:08 +00:00
parent fcde9e72e1
commit 80ad173e89
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -196,3 +196,7 @@ for package in $(HAIKU_ADDED_OPTIONAL_PACKAGES) {
if $(packageError) {
Exit ;
}
# Pseudo-target to build all targets that are localized.
NotFile catkeys ;
Depends catkeys : $(HAIKU_LOCALIZED_TARGETS) ;