| Christian Lohmaier | 244de1f | 2020-07-14 15:30:42 +0200 | [diff] [blame] | 1 | # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- |
| 2 | # |
| Michael Meeks | d037b81 | 2026-03-26 15:06:16 +0000 | [diff] [blame] | 3 | # This file is part of the Collabora Office project. |
| Christian Lohmaier | 244de1f | 2020-07-14 15:30:42 +0200 | [diff] [blame] | 4 | # |
| 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/. |
| 8 | # |
| 9 | |
| 10 | # defining extra package for that is a little hacky - maybe use PackageSet instead? |
| Christian Lohmaier | 0c4c84a | 2024-05-02 11:19:38 +0200 | [diff] [blame] | 11 | $(eval $(call gb_Package_Package,extras_gallsystemstr,$(gb_CustomTarget_workdir)/extras/gallsysstr)) |
| Christian Lohmaier | 244de1f | 2020-07-14 15:30:42 +0200 | [diff] [blame] | 12 | $(eval $(call gb_Package_use_customtarget,extras_gallsystemstr,extras/gallsysstr)) |
| 13 | |
| 14 | $(eval $(call gb_Package_add_files,extras_gallsystemstr,$(LIBO_SHARE_FOLDER)/gallery,\ |
| Gabor Kelemen | e94830c | 2021-04-20 08:33:25 +0200 | [diff] [blame] | 15 | $(addsuffix .str,$(filter-out fontwork symbolshapes,$(system_galleries))) \ |
| Christian Lohmaier | 244de1f | 2020-07-14 15:30:42 +0200 | [diff] [blame] | 16 | )) |
| 17 | |
| 18 | # vim: set noet sw=4 ts=4: |