summaryrefslogtreecommitdiffstats
path: root/extras/Persona_gray.mk
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-10-27 16:26:04 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-10-27 18:09:11 +0200
commit3cccff0bbd17ecd4ce386c9eaea06bfa3d14115b (patch)
tree43d268a2570aedbe828be3710c57da7edd41cc26 /extras/Persona_gray.mk
parenttdf#120703 PVS: V668 (diff)
downloadcore-3cccff0bbd17ecd4ce386c9eaea06bfa3d14115b.tar.gz
core-3cccff0bbd17ecd4ce386c9eaea06bfa3d14115b.zip
simplify personas generation by using a single template
Change-Id: I127181fff198dd865d0d958675db7446c73d09d0 Reviewed-on: https://gerrit.libreoffice.org/62427 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
Diffstat (limited to 'extras/Persona_gray.mk')
-rw-r--r--extras/Persona_gray.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/extras/Persona_gray.mk b/extras/Persona_gray.mk
deleted file mode 100644
index 4c2ae61f248d..000000000000
--- a/extras/Persona_gray.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-# -*- 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,extras_persona_gray,$(SRCDIR)/extras/source/gallery/personas/gray))
-
-$(eval $(call gb_Package_add_files,extras_persona_gray,$(LIBO_SHARE_FOLDER)/gallery/personas/gray,\
- footer.png \
- header.png \
- preview.png \
-))
-
-# vim: set noet sw=4 ts=4: