sc: filter: html: fix missing color scale conditional format
[LibreOffice.git] / extras / Package_tplpresnt.mk
blob34f20f61fcf5d1c488d40f274c6cd33c3620df27
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
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/.
10 $(eval $(call gb_Package_Package,extras_tplpresnt,$(call gb_CustomTarget_get_workdir,extras/source/templates/presnt)))
12 $(eval $(call gb_Package_add_files,extras_tplpresnt,$(LIBO_SHARE_FOLDER)/template/common/presnt,\
13 Candy.otp \
14 DNA.otp \
15 Inspiration.otp \
16 Metropolis.otp \
17 Vintage.otp \
18 Focus.otp \
19 Grey_Elegant.otp \
20 Growing_Liberty.otp \
21 Freshes.otp \
22 Midnightblue.otp \
23 Vivid.otp \
24 Pencil.otp \
25 Blueprint_Plans.otp \
26 Portfolio.otp \
27 Progress.otp \
28 Beehive.otp \
29 Blue_Curve.otp \
30 Forestbird.otp \
31 Lights.otp \
32 Nature_Illustration.otp \
33 Piano.otp \
34 Sunset.otp \
35 Yellow_Idea.otp \
38 # vim: set noet sw=4 ts=4: