016fe9e8dc
This one is much simpler, it features just a name and a date for now, with a fixed PDF-specific background. Still need to add the code to actually use it. Change-Id: Ie90e8b7d4be3eb37fe177d4e507430b2014f967a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95789 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
17 lines
553 B
Makefile
17 lines
553 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,cui,$(SRCDIR)/cui))
|
|
|
|
$(eval $(call gb_Package_add_files,cui,$(LIBO_SHARE_FOLDER)/filter,\
|
|
source/dialogs/signature-line.svg \
|
|
source/dialogs/signature-line-draw.svg \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|