bump product version to 4.1.6.2
[LibreOffice.git] / extras / Package_tplwizagenda.mk
blobd24a0da577a18adc4b87a8329b68ffe5bc7d9baf
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_tplwizagenda,$(SRCDIR)/extras/source/templates/wizard/agenda))
12 $(eval $(call gb_Package_set_outdir,extras_tplwizagenda,$(INSTDIR)))
14 $(eval $(call gb_Package_add_files,extras_tplwizagenda,share/template/common/wizard/agenda,\
15 10grey.ott \
16 1simple.ott \
17 2elegant.ott \
18 3modern.ott \
19 4classic.ott \
20 5blue.ott \
21 6orange.ott \
22 7red.ott \
23 8green.ott \
24 9colorful.ott \
25 aw-10grey.ott \
26 aw-1simple.ott \
27 aw-2elegant.ott \
28 aw-3modern.ott \
29 aw-4classic.ott \
30 aw-5blue.ott \
31 aw-6orange.ott \
32 aw-7red.ott \
33 aw-8green.ott \
34 aw-9colorful.ott \
37 # vim: set noet sw=4 ts=4: