diff options
author | Andras Timar <atimar@suse.com> | 2012-12-12 10:07:35 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-12-14 12:20:13 +0100 |
commit | c7b1a2fe811f1d5a233cd790cec9067cea246845 (patch) | |
tree | 7d7a4ea48a67b54f8d1848e75db97341fdbf4275 /instsetoo_native | |
parent | a9a734a680dda8c177f92cf2f14061c9b785ec8d (diff) |
Make KeyID (qtz) work again
Conflicts:
configure.ac
Change-Id: I67b2ce4ae647150aeace72c542a5838940d2c058
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/util/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk index 7d79e29348de..e4dd09f1bdeb 100644 --- a/instsetoo_native/util/makefile.mk +++ b/instsetoo_native/util/makefile.mk @@ -76,9 +76,9 @@ 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 +help_exist:=$(shell @find $(L10N_MODULE)/source/ -type d -name "helpcontent2" 2>/dev/null | sed -e "s|/helpcontent2||" -e "s|^.*/||" ) en-US qtz -# do not build key is pseudolanguage for release builds +# do not build KeyID pseudolanguage (qtz) for release builds .IF "$(ENABLE_RELEASE_BUILD)"=="TRUE" alllangiso:=$(alllangiso:s/qtz //) .ENDIF |