toolkit a11y: Drop AccessibleGridControlBase::getAccessibleIndexInParent
[LibreOffice.git] / extras / Package_tplpresnt.mk
bloba9e0b723cbf838dc0318389b2f625336838d09d3
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,$(gb_CustomTarget_workdir)/extras/source/templates/presnt))
12 ifneq ($(WITH_TEMPLATES),)
14 $(eval $(call gb_Package_add_files,extras_tplpresnt,$(LIBO_SHARE_FOLDER)/template/common/presnt,\
15 Candy.otp \
16 DNA.otp \
17 Inspiration.otp \
18 Metropolis.otp \
19 Vintage.otp \
20 Focus.otp \
21 Grey_Elegant.otp \
22 Growing_Liberty.otp \
23 Freshes.otp \
24 Midnightblue.otp \
25 Vivid.otp \
26 Pencil.otp \
27 Blueprint_Plans.otp \
28 Portfolio.otp \
29 Progress.otp \
30 Beehive.otp \
31 Blue_Curve.otp \
32 Forestbird.otp \
33 Lights.otp \
34 Nature_Illustration.otp \
35 Piano.otp \
36 Sunset.otp \
37 Yellow_Idea.otp \
40 else
42 # For without-templates, still include the empty directory
43 $(eval $(call gb_Package_add_empty_directory,extras_tplpresnt,$(LIBO_SHARE_FOLDER)/template/common/presnt))
45 endif
47 # vim: set noet sw=4 ts=4: