diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-04 17:09:33 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-12-09 11:12:20 +0000 |
commit | 2249abc8d313bedce8f6de20ea0f49b512ed5da0 (patch) | |
tree | 096dcc8860f45be071e0b28011b92c0be9fb92a2 /solenv | |
parent | f7a8a5e48ae07551e0f513da57f95d81bdbab43a (diff) |
Do not compress .ui translations in .zip files.
Using zip files reduce the file count in installer.
Uncompressed zip files can be compressed better by
packaging, thus we reduce the size of final package.
Change-Id: Id7c5ee9e302de325a29702b4e64301dc7102b2cf
Reviewed-on: https://gerrit.libreoffice.org/6938
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/UIConfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/UIConfig.mk b/solenv/gbuild/UIConfig.mk index f8c6e85af290..55882347675d 100644 --- a/solenv/gbuild/UIConfig.mk +++ b/solenv/gbuild/UIConfig.mk @@ -228,6 +228,7 @@ endef define gb_UIConfig__UIConfig_for_lang $(call gb_Zip_Zip_internal,$(call gb_UIConfig_get_zipname_for_lang,$(1),$(2)),$(gb_UILocalizeTarget_WORKDIR)/$(1)) +$(call gb_Zip_add_commandoptions,$(call gb_UIConfig_get_zipname_for_lang,$(1),$(2)),--suffixes .ui) $(call gb_Zip_get_target,$(call gb_UIConfig_get_zipname_for_lang,$(1),$(2))) : $(SRCDIR)/solenv/gbuild/UIConfig.mk endef |