fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / extras / Package_tplwizbitmap.mk
blob5213c87d096ff9c671bbd5bb46267b2540805475
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_tplwizbitmap,$(SRCDIR)/extras/source/templates/wizard/bitmap))
12 $(eval $(call gb_Package_set_outdir,extras_tplwizbitmap,$(INSTDIR)))
14 $(eval $(call gb_Package_add_files,extras_tplwizbitmap,share/template/wizard/bitmap,\
15 cancel_down.bmp \
16 cancel_up.bmp \
17 down.bmp \
18 end.bmp \
19 euro_1.bmp \
20 euro_2.bmp \
21 euro_3.bmp \
22 ftpconnected.gif \
23 ftpconnecting.gif \
24 ftperror.gif \
25 ftpunknown.gif \
26 Import_1.bmp \
27 Import_3.bmp \
28 Import_4.bmp \
29 maximize.bmp \
30 minimize.bmp \
31 MS-Import_2-1.bmp \
32 MS-Import_2-2.bmp \
33 MS-Import_2-3.bmp \
34 okay_down.bmp \
35 okay_up.bmp \
36 report.bmp \
37 tutorial_background.gif \
38 up.bmp \
39 XML-Import_2-1.bmp \
40 XML-Import_2-2.bmp \
41 XML-Import_2-3.bmp \
42 XML-Import_2-4.bmp \
45 # vim: set noet sw=4 ts=4: