summaryrefslogtreecommitdiff
path: root/extras/Gallery_txtshapes.mk
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2020-04-04 17:04:37 +0200
committerandreas_kainz <kainz.a@gmail.com>2020-04-04 19:00:36 +0200
commit80d9635de26d0a7cdb71dd00defa5afb49b97ba5 (patch)
tree8b615d2e7fbdf45972ba8152f6421eef3b3edabc /extras/Gallery_txtshapes.mk
parentc40d3d741be4cdfe7263c8a9ec052f5f80869247 (diff)
Gallery mk file cleanup
Change-Id: Ia32695eb1425d7976e256a71141fadd2b99331fa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91691 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'extras/Gallery_txtshapes.mk')
-rw-r--r--extras/Gallery_txtshapes.mk53
1 files changed, 0 insertions, 53 deletions
diff --git a/extras/Gallery_txtshapes.mk b/extras/Gallery_txtshapes.mk
deleted file mode 100644
index 49ee3afe9336..000000000000
--- a/extras/Gallery_txtshapes.mk
+++ /dev/null
@@ -1,53 +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_Gallery_Gallery,txtshapes,extras/source/gallery/txtshapes))
-
-$(eval $(call gb_Gallery_add_files,txtshapes,$(LIBO_SHARE_FOLDER)/gallery/txtshapes,\
- extras/source/gallery/txtshapes/Circle01-DarkBlue.svg \
- extras/source/gallery/txtshapes/Circle02-LightBlue.svg \
- extras/source/gallery/txtshapes/Circle03-Green.svg \
- extras/source/gallery/txtshapes/Circle04-DarkRed.svg \
- extras/source/gallery/txtshapes/Circle05-Orange.svg \
- extras/source/gallery/txtshapes/Hexagon01-DarkBlue.svg \
- extras/source/gallery/txtshapes/Hexagon02-Blue.svg \
- extras/source/gallery/txtshapes/Hexagon03-Green.svg \
- extras/source/gallery/txtshapes/Hexagon04-DarkRed.svg \
- extras/source/gallery/txtshapes/Hexagon05-Orange.svg \
- extras/source/gallery/txtshapes/Leaf01-DarkBlue.svg \
- extras/source/gallery/txtshapes/Leaf02-LightBlue.svg \
- extras/source/gallery/txtshapes/Leaf03-Green.svg \
- extras/source/gallery/txtshapes/Leaf04-DarkRed.svg \
- extras/source/gallery/txtshapes/Leaf05-Orange.svg \
- extras/source/gallery/txtshapes/Paster01-DarkBlue.svg \
- extras/source/gallery/txtshapes/Paster02-LightBlue.svg \
- extras/source/gallery/txtshapes/Paster03-Green.svg \
- extras/source/gallery/txtshapes/Paster04-Red.svg \
- extras/source/gallery/txtshapes/Paster05-Orange.svg \
- extras/source/gallery/txtshapes/Rectangle01-DarkBlue.svg \
- extras/source/gallery/txtshapes/Rectangle02-LightBlue.svg \
- extras/source/gallery/txtshapes/Rectangle03-Green.svg \
- extras/source/gallery/txtshapes/Rectangle04-DarkRed.svg \
- extras/source/gallery/txtshapes/Rectangle05-Orange.svg \
- extras/source/gallery/txtshapes/Rectangle06-Striped-Blue.svg \
- extras/source/gallery/txtshapes/Rectangle07-Striped-Green.svg \
- extras/source/gallery/txtshapes/Rectangle08-Striped-Red.svg \
- extras/source/gallery/txtshapes/Rectangle09-Striped-Orange.svg \
- extras/source/gallery/txtshapes/Square01-DarkBlue.svg \
- extras/source/gallery/txtshapes/Square02-LightBlue.svg \
- extras/source/gallery/txtshapes/Square03-Green.svg \
- extras/source/gallery/txtshapes/Square04-DarkRed.svg \
- extras/source/gallery/txtshapes/Square05-Orange.svg \
- extras/source/gallery/txtshapes/Square06-Striped-Blue.svg \
- extras/source/gallery/txtshapes/Square07-Striped-Green.svg \
- extras/source/gallery/txtshapes/Square08-Striped-Red.svg \
- extras/source/gallery/txtshapes/Square09-Striped-Orange.svg \
-))
-
-# vim: set noet sw=4 ts=4: