office-gobmx/postprocess/Package_config.mk
Stephan Bergmann 80263a1bf7 gb_UITarget_LANGS got removed with b209dec8bb
"create all translations for a .ui file in one uiex call."

Change-Id: Idc180b4809b26f45407d3b41b2011edeea886edc
2013-01-03 22:20:19 +01:00

18 lines
683 B
Makefile

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_Package_Package,postprocess_config,$(call gb_CustomTarget_get_workdir,postprocess/config)))
$(eval $(call gb_Package_add_file,postprocess_config,bin/uiconfig.zip,uiconfig.zip))
$(eval $(call gb_Package_add_files,postprocess_config,bin,\
$(foreach lang,$(filter-out en-US,$(gb_WITH_LANG)),uiconfig_$(lang).zip) \
))
# vim: set noet sw=4 ts=4: