summaryrefslogtreecommitdiff
path: root/cui/Package_cui.mk
blob: 918e62f698568962ecc8a36b9257cde091d8e13d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- 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:
n>space:mode:
authorHossein <hossein@libreoffice.org>2022-08-19 15:29:35 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-09-26 00:26:05 +0200
commitd3050ff4a1355f7ebd3d4e7ddc8fb64f2b8894dd (patch)
treea1f89cd08aaca76aba3bf5a3c6944d6ce8473f0c /icon-themes/sifr_svg/cmd/32/compressgraphic.svg
parentca78fe4dc72a4cd3737e4da9af888783d52285c7 (diff)
Use Markdown instead of reStructuredText
Use Markdown markup instead of reStructuredText for uitest/packaging/README.rst Change from reStructuredText to Markdown in setup.py is done according to this guide: Making a PyPI-friendly README https://packaging.python.org/en/latest/guides/making-a-pypi-friendly-readme/ Change-Id: I12cbde53518d7ceadec034827d8cb00380df1547 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138555 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>