1# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2#
3# This file is part of the LibreOffice project.
4#
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/.
8#
9
10$(eval $(call gb_Package_Package,extras_tplwizreport,$(SRCDIR)/extras/source/templates/wizard/report))
11
12$(eval $(call gb_Package_add_files,extras_tplwizreport,$(LIBO_SHARE_FOLDER)/template/common/wizard/report,\
13    cnt-011.ott \
14    cnt-012.ott \
15    cnt-01.ott \
16    cnt-021.ott \
17    cnt-022.ott \
18    cnt-02.ott \
19    cnt-031.ott \
20    cnt-032.ott \
21    cnt-03.ott \
22    cnt-041.ott \
23    cnt-042.ott \
24    cnt-04.ott \
25    cnt-051.ott \
26    cnt-052.ott \
27    cnt-05.ott \
28    cnt-061.ott \
29    cnt-062.ott \
30    cnt-06.ott \
31    cnt-default.ott \
32    stl-01.ott \
33    stl-02.ott \
34    stl-03.ott \
35    stl-04.ott \
36    stl-05.ott \
37    stl-06.ott \
38    stl-07.ott \
39    stl-08.ott \
40    stl-09.ott \
41    stl-default.ott \
42))
43
44# vim: set noet sw=4 ts=4:
45