bump product version to 4.1.6.2
[LibreOffice.git] / extras / Package_tpllayoutimpr.mk
blobb0664fd42c80030fc0463faec06c7024f50ec8bd
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_tpllayoutimpr,$(SRCDIR)/extras/source/templates/layout))
12 $(eval $(call gb_Package_set_outdir,extras_tpllayoutimpr,$(INSTDIR)))
14 $(eval $(call gb_Package_add_files,extras_tpllayoutimpr,share/template/common/layout,\
15 AbstractGreen.otp \
16 AbstractRed.otp \
17 AbstractYellow.otp \
18 BrightBlue.otp \
19 DNA.otp \
20 Inspiration.otp \
21 LushGreen.otp \
22 Metropolis.otp \
23 Sunset.otp \
24 Vintage.otp \
27 # vim: set noet sw=4 ts=4: