bump product version to 4.1.6.2
[LibreOffice.git] / extras / Package_tplwizletter.mk
blob0705475cd2fe0cfdc59a19b2425f2e25258ce8ce
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_tplwizletter,$(SRCDIR)/extras/source/templates/wizard/letter))
12 $(eval $(call gb_Package_set_outdir,extras_tplwizletter,$(INSTDIR)))
14 $(eval $(call gb_Package_add_files,extras_tplwizletter,share/template/common/wizard/letter,\
15 bus-elegant_l.ott \
16 bus-modern_l.ott \
17 bus-office_l.ott \
18 off-elegant_l.ott \
19 off-modern_l.ott \
20 off-office_l.ott \
21 pri-bottle_l.ott \
22 pri-mail_l.ott \
23 pri-marine_l.ott \
24 pri-redline_l.ott \
27 # vim: set noet sw=4 ts=4: