1# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2#
3# This file is part of the LibreOffice project.
4#
5# This Source Code Form is subject to the terms of the Mozilla Public
6# License, v. 2.0. If a copy of the MPL was not distributed with this
7# file, You can obtain one at http://mozilla.org/MPL/2.0/.
8#
9
10$(eval $(call gb_Package_Package,extras_tplpresnt,$(call gb_CustomTarget_get_workdir,extras/source/templates/presnt)))
11
12$(eval $(call gb_Package_add_files,extras_tplpresnt,$(LIBO_SHARE_FOLDER)/template/common/presnt,\
13	BrightBlue.otp \
14	DNA.otp \
15	Inspiration.otp \
16	LushGreen.otp \
17	Metropolis.otp \
18	Sunset.otp \
19	Vintage.otp \
20	Alizarin.otp \
21	Focus.otp \
22	Impress.otp \
23	Midnightblue.otp \
24	Vivid.otp \
25	Pencil.otp \
26	Blueprint_Plans.otp \
27	Portfolio.otp \
28	Progress.otp \
29	Beehive.otp \
30	Blue_Curve.otp \
31	Classy_Red.otp \
32	Forestbird.otp \
33	Lights.otp \
34	Nature_Illustration.otp \
35	Piano.otp \
36))
37
38# vim: set noet sw=4 ts=4:
39