remove qtz temporarily, until it works again reliably
Change-Id: I66b117a56d8d545e6d09bfacb897ade383818895
This commit is contained in:
parent
93abcf4e4b
commit
7e8cc51f61
3 changed files with 2 additions and 3 deletions
|
@ -76,7 +76,7 @@ OOOHELPPACK=ooohelppack
|
||||||
OOODEVHELPPACK=ooodevhelppack
|
OOODEVHELPPACK=ooodevhelppack
|
||||||
.ENDIF
|
.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
|
# do not build key is pseudolanguage for release builds
|
||||||
.IF "$(ENABLE_RELEASE_BUILD)"=="TRUE"
|
.IF "$(ENABLE_RELEASE_BUILD)"=="TRUE"
|
||||||
|
|
|
@ -98,7 +98,7 @@ if ($langs eq 'ALL') {
|
||||||
@larr = readdir(DIR);
|
@larr = readdir(DIR);
|
||||||
@larr = grep { $_ ne '.' } @larr;
|
@larr = grep { $_ ne '.' } @larr;
|
||||||
@larr = grep { $_ ne '..' } @larr;
|
@larr = grep { $_ ne '..' } @larr;
|
||||||
@larr = (@larr,"en-US","qtz");
|
@larr = (@larr,"en-US");
|
||||||
closedir(DIR);
|
closedir(DIR);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
|
@ -102,7 +102,6 @@ pa-IN \
|
||||||
pl \
|
pl \
|
||||||
pt \
|
pt \
|
||||||
pt-BR \
|
pt-BR \
|
||||||
qtz \
|
|
||||||
ro \
|
ro \
|
||||||
ru \
|
ru \
|
||||||
rw \
|
rw \
|
||||||
|
|
Loading…
Reference in a new issue