1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_Package_Package
,postprocess_registry
,$(patsubst %/,%,$(call gb_XcdTarget_get_target
,))))
12 $(eval
$(call gb_Package_add_files
,postprocess_registry
,$(LIBO_SHARE_FOLDER
)/registry
,\
14 $(foreach lang
,$(gb_Configuration_LANGS
), \
15 Langpack-
$(lang
).xcd \
19 $(eval
$(foreach lang
,$(gb_CJK_LANGS
),\
20 $(call gb_Package_add_file
,postprocess_registry
,$(LIBO_SHARE_FOLDER
)/registry
/cjk_
$(lang
).xcd
,cjk.xcd
) \
23 $(eval
$(foreach lang
,$(gb_CTL_LANGS
),\
24 $(call gb_Package_add_file
,postprocess_registry
,$(LIBO_SHARE_FOLDER
)/registry
/ctl_
$(lang
).xcd
,ctl.xcd
) \
27 $(eval
$(foreach lang
,$(gb_CTLSEQCHECK_LANGS
),\
28 $(call gb_Package_add_file
,postprocess_registry
,$(LIBO_SHARE_FOLDER
)/registry
/ctlseqcheck_
$(lang
).xcd
,ctlseqcheck.xcd
) \
31 $(eval
$(call gb_Package_add_files
,postprocess_registry
,$(LIBO_SHARE_FOLDER
)/registry
/res
,\
32 $(foreach lang
,$(gb_Configuration_LANGS
), \
33 fcfg_langpack_
$(lang
).xcd \
34 registry_
$(lang
).xcd \
38 # vim: set noet sw=4 ts=4: