office-gobmx/extras/Package_tplpresnt.mk
Samuel Mehrbrodt 38f7902f45 Impress: Add new template "Pencil"
* From https://wiki.documentfoundation.org/Design/Whiteboards/Templates_for_LibreOffice_5.0
* Submitted under CC0
* Slightly modified by me

Change-Id: Ie5d3b0ba5561f8ac6796666a2c522acd71c3f0fe
2016-07-11 22:26:12 +02:00

31 lines
808 B
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_Package_Package,extras_tplpresnt,$(SRCDIR)/extras/source/templates/presnt))
$(eval $(call gb_Package_add_files,extras_tplpresnt,$(LIBO_SHARE_FOLDER)/template/common/presnt,\
AbstractGreen.otp \
AbstractRed.otp \
AbstractYellow.otp \
BrightBlue.otp \
DNA.otp \
Inspiration.otp \
LushGreen.otp \
Metropolis.otp \
Sunset.otp \
Vintage.otp \
Alizarin.otp \
Focus.otp \
Impress.otp \
Midnightblue.otp \
Vivid.otp \
Pencil.otp \
))
# vim: set noet sw=4 ts=4: