summaryrefslogtreecommitdiff
path: root/extras/Gallery_txtshapes.mk
blob: df8bc3a32c53bbd10a60d8cf3fa4effc321df6dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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,share/gallery/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: