sc: filter: html: fix missing color scale conditional format
[LibreOffice.git] / extras / Package_tplwizbitmap.mk
blobed7980ca670eb7e52481275e4d142b76b28bc029
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_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 \
35 # vim: set noet sw=4 ts=4: