bump product version to 4.1.6.2
[LibreOffice.git] / extras / Package_tplwizreport.mk
blob3ec042ecc4c7a3c3441057856951b96b6a813f81
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_tplwizreport,$(SRCDIR)/extras/source/templates/wizard/report))
12 $(eval $(call gb_Package_set_outdir,extras_tplwizreport,$(INSTDIR)))
14 $(eval $(call gb_Package_add_files,extras_tplwizreport,share/template/common/wizard/report,\
15 cnt-011.ott \
16 cnt-012.ott \
17 cnt-01.ott \
18 cnt-021.ott \
19 cnt-022.ott \
20 cnt-02.ott \
21 cnt-031.ott \
22 cnt-032.ott \
23 cnt-03.ott \
24 cnt-041.ott \
25 cnt-042.ott \
26 cnt-04.ott \
27 cnt-051.ott \
28 cnt-052.ott \
29 cnt-05.ott \
30 cnt-061.ott \
31 cnt-062.ott \
32 cnt-06.ott \
33 cnt-default.ott \
34 stl-01.ott \
35 stl-02.ott \
36 stl-03.ott \
37 stl-04.ott \
38 stl-05.ott \
39 stl-06.ott \
40 stl-07.ott \
41 stl-08.ott \
42 stl-09.ott \
43 stl-default.ott \
46 # vim: set noet sw=4 ts=4: