office-gobmx/extras/Gallery_txtshapes.mk
Michael Meeks b54709dd2c remove pre-compiled textshapes and transportation galleries.
Further gnumake fixups, package the files in the Gallery rules.

Change-Id: Icda2de9cfcd2ff573db2e9ab27e2670dcfa5f0a8
2013-05-15 09:37:42 +01:00

53 lines
2.7 KiB
Makefile

# -*- 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: