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:12:39 +0100 |
commit | 49b9318873151d25478095bd66ef1cd40c86ba67 (patch) | |
tree | 80e2b52b47e1e24498243fca4606a66e95467a3e /instsetoo_native/util | |
parent | c0476ad5b0aa8758603b4a2b9f6f8feed130b1b4 (diff) |
Make KeyID (qtz) work again
Change-Id: I67b2ce4ae647150aeace72c542a5838940d2c058
Diffstat (limited to 'instsetoo_native/util')
-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 |