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_tplwizbitmap,$(SRCDIR)/extras/source/templates/wizard/bitmap))
11
12$(eval $(call gb_Package_add_files,extras_tplwizbitmap,$(LIBO_SHARE_FOLDER)/template/wizard/bitmap,\
13	euro_1.png \
14	euro_2.png \
15	euro_3.png \
16	ftpconnected.gif \
17	ftpconnecting.gif \
18	ftperror.gif \
19	ftpunknown.gif \
20	Import_1.png \
21	Import_3.png \
22	Import_4.png \
23	maximize.png \
24	minimize.png \
25	MS-Import_2-1.png \
26	MS-Import_2-2.png \
27	MS-Import_2-3.png \
28	tutorial_background.gif \
29	XML-Import_2-1.png \
30	XML-Import_2-2.png \
31	XML-Import_2-3.png \
32	XML-Import_2-4.png \
33))
34
35# vim: set noet sw=4 ts=4:
36