summaryrefslogtreecommitdiff
path: root/extras/Gallery_txtshapes.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-05-13 17:52:18 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-05-15 09:37:41 +0100
commit5d5950a766311cac4c851744c6622f8ac525975f (patch)
treec65cf8fcdebfca202108576f147753c2b117dd5f /extras/Gallery_txtshapes.mk
parent08df0ab05ee209f1198ee0879f97a63ffaf56d76 (diff)
gallery: convert text-shapes to new build logic.
Change-Id: Ia45a2eed7104b376b92290e1a40219e8988d927b
Diffstat (limited to 'extras/Gallery_txtshapes.mk')
-rw-r--r--extras/Gallery_txtshapes.mk53
1 files changed, 53 insertions, 0 deletions
diff --git a/extras/Gallery_txtshapes.mk b/extras/Gallery_txtshapes.mk
new file mode 100644
index 000000000000..85645a504955
--- /dev/null
+++ b/extras/Gallery_txtshapes.mk
@@ -0,0 +1,53 @@
+# -*- 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,\
+ extras/source/gallery/txtshapes/Circle01-DarkBlue.png \
+ extras/source/gallery/txtshapes/Circle02-LightBlue.png \
+ extras/source/gallery/txtshapes/Circle03-Green.png \
+ extras/source/gallery/txtshapes/Circle04-DarkRed.png \
+ extras/source/gallery/txtshapes/Circle05-Orange.png \
+ extras/source/gallery/txtshapes/Hexagon01-DarkBlue.png \
+ extras/source/gallery/txtshapes/Hexagon02-Blue.png \
+ extras/source/gallery/txtshapes/Hexagon03-Green.png \
+ extras/source/gallery/txtshapes/Hexagon04-DarkRed.png \
+ extras/source/gallery/txtshapes/Hexagon05-Orange.png \
+ extras/source/gallery/txtshapes/Leaf01-DarkBlue.png \
+ extras/source/gallery/txtshapes/Leaf02-LightBlue.png \
+ extras/source/gallery/txtshapes/Leaf03-Green.png \
+ extras/source/gallery/txtshapes/Leaf04-DarkRed.png \
+ extras/source/gallery/txtshapes/Leaf05-Orange.png \
+ extras/source/gallery/txtshapes/Paster01-DarkBlue.png \
+ extras/source/gallery/txtshapes/Paster02-LightBlue.png \
+ extras/source/gallery/txtshapes/Paster03-Green.png \
+ extras/source/gallery/txtshapes/Paster04-Red.png \
+ extras/source/gallery/txtshapes/Paster05-Orange.png \
+ extras/source/gallery/txtshapes/Rectangle01-DarkBlue.png \
+ extras/source/gallery/txtshapes/Rectangle02-LightBlue.png \
+ extras/source/gallery/txtshapes/Rectangle03-Green.png \
+ extras/source/gallery/txtshapes/Rectangle04-DarkRed.png \
+ extras/source/gallery/txtshapes/Rectangle05-Orange.png \
+ extras/source/gallery/txtshapes/Rectangle06-Striped-Blue.png \
+ extras/source/gallery/txtshapes/Rectangle07-Striped-Green.png \
+ extras/source/gallery/txtshapes/Rectangle08-Striped-Red.png \
+ extras/source/gallery/txtshapes/Rectangle09-Striped-Orange.png \
+ extras/source/gallery/txtshapes/Square01-DarkBlue.png \
+ extras/source/gallery/txtshapes/Square02-LightBlue.png \
+ extras/source/gallery/txtshapes/Square03-Green.png \
+ extras/source/gallery/txtshapes/Square04-DarkRed.png \
+ extras/source/gallery/txtshapes/Square05-Orange.png \
+ extras/source/gallery/txtshapes/Square06-Striped-Blue.png \
+ extras/source/gallery/txtshapes/Square07-Striped-Green.png \
+ extras/source/gallery/txtshapes/Square08-Striped-Red.png \
+ extras/source/gallery/txtshapes/Square09-Striped-Orange.png \
+))
+
+# vim: set noet sw=4 ts=4: