summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/Makefile.knobs
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.0/files/Makefile.knobs')
-rw-r--r--editors/openoffice-1.0/files/Makefile.knobs14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/files/Makefile.knobs b/editors/openoffice-1.0/files/Makefile.knobs
index fd0e3da1125f..a62166a46a40 100644
--- a/editors/openoffice-1.0/files/Makefile.knobs
+++ b/editors/openoffice-1.0/files/Makefile.knobs
@@ -13,6 +13,12 @@ BUILD= dmake strip="true"
CONFIGURE_ARGS+= --enable-debug
.endif
+.if defined(ALL_LOCALIZED_LANGS)
+CONFIGURE_ARGS+= --with-lang=ALL
+.else
+CONFIGURE_ARGS+= --with-lang=${LANG_CONFIGURE_ARG}
+.endif
+
pre-fetch:
@${ECHO}
@${ECHO} "OPTIONS:"
@@ -25,6 +31,14 @@ pre-fetch:
@${ECHO} "OO.org debug support."
@${ECHO}
.endif
+.if !defined(LOCALIZED_LANG)
+ @${ECHO}
+ @${ECHO} "You can select the language for OOo by making it with 'make LOCALIZED_LANG=xx'"
+ @${ECHO} "while xx can be one of the following:"
+ @${ECHO} "ar de dk el es fr it ja ko nl pl pt ru"
+ @${ECHO} "sv tr zh-CN zh-TW"
+ @${ECHO}
+.endif
.if !defined(WITH_TTF_BYTECODE_ENABLED)
@${ECHO}
@${ECHO} "You may set WITH_TTF_BYTECODE_ENABLED=YES"