summaryrefslogtreecommitdiff
path: root/cui/Package_cui.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-06-03 12:29:49 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-06-03 20:15:20 +0200
commit04e534745d7c739d67fd85a0f9cf2c448a344f35 (patch)
tree19a2698077ac5bc929a20a33fafdc0b151a951f8 /cui/Package_cui.mk
parent978198a055972aff00f47b70ca79e6322a5fbac3 (diff)
cui: extract signature line SVG template into a file
It's much easier to inspect/edit the template this way. Change-Id: I797143871058bcc4715ca13e10b8d16b428dd10e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95405 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'cui/Package_cui.mk')
-rw-r--r--cui/Package_cui.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/cui/Package_cui.mk b/cui/Package_cui.mk
new file mode 100644
index 000000000000..01016f09e73f
--- /dev/null
+++ b/cui/Package_cui.mk
@@ -0,0 +1,16 @@
+# -*- 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,cui,$(SRCDIR)/cui))
+
+$(eval $(call gb_Package_add_files,cui,$(LIBO_SHARE_FOLDER)/filter,\
+ source/dialogs/signature-line.svg \
+))
+
+# vim: set noet sw=4 ts=4: