fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / extras / Package_gallhtmlexpo.mk
blobf0531c5678a0e8fe81e083abc7b94363759cf1a7
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_gallhtmlexpo,$(SRCDIR)/extras/source/gallery/htmlexpo))
12 $(eval $(call gb_Package_set_outdir,extras_gallhtmlexpo,$(INSTDIR)))
14 $(eval $(call gb_Package_add_files,extras_gallhtmlexpo,share/gallery/htmlexpo,\
15 bludown.gif \
16 blufirs_.gif \
17 blufirs.gif \
18 blulast_.gif \
19 blulast.gif \
20 blunav.gif \
21 blunext_.gif \
22 blunext.gif \
23 bluprev_.gif \
24 bluprev.gif \
25 blutext.gif \
26 bluup.gif \
27 cubdown.gif \
28 cubfirs_.gif \
29 cubfirs.gif \
30 cublast_.gif \
31 cublast.gif \
32 cubnav.gif \
33 cubnext_.gif \
34 cubnext.gif \
35 cubprev_.gif \
36 cubprev.gif \
37 cubtext.gif \
38 cubup.gif \
39 gredown.gif \
40 grefirs_.gif \
41 grefirs.gif \
42 grelast_.gif \
43 grelast.gif \
44 grenav.gif \
45 grenext_.gif \
46 grenext.gif \
47 greprev_.gif \
48 greprev.gif \
49 gretext.gif \
50 greup.gif \
51 simdown.gif \
52 simfirs_.gif \
53 simfirs.gif \
54 simlast_.gif \
55 simlast.gif \
56 simnav.gif \
57 simnext_.gif \
58 simnext.gif \
59 simprev_.gif \
60 simprev.gif \
61 simtext.gif \
62 simup.gif \
65 # vim: set noet sw=4 ts=4: