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