Kaydet (Commit) 7e8cc51f authored tarafından Andras Timar's avatar Andras Timar

remove qtz temporarily, until it works again reliably

Change-Id: I66b117a56d8d545e6d09bfacb897ade383818895
üst 93abcf4e
......@@ -76,7 +76,7 @@ OOOHELPPACK=ooohelppack
OOODEVHELPPACK=ooodevhelppack
.ENDIF
help_exist:=$(shell @find $(L10N_MODULE)/source/ -type d -name "helpcontent2" 2>/dev/null | sed -e "s|/helpcontent2||" -e "s|^.*/||" ) en-US qtz
help_exist:=$(shell @find $(L10N_MODULE)/source/ -type d -name "helpcontent2" 2>/dev/null | sed -e "s|/helpcontent2||" -e "s|^.*/||" ) en-US
# do not build key is pseudolanguage for release builds
.IF "$(ENABLE_RELEASE_BUILD)"=="TRUE"
......
......@@ -98,7 +98,7 @@ if ($langs eq 'ALL') {
@larr = readdir(DIR);
@larr = grep { $_ ne '.' } @larr;
@larr = grep { $_ ne '..' } @larr;
@larr = (@larr,"en-US","qtz");
@larr = (@larr,"en-US");
closedir(DIR);
}
else {
......
......@@ -102,7 +102,6 @@ pa-IN \
pl \
pt \
pt-BR \
qtz \
ro \
ru \
rw \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment