Update git submodules
[LibreOffice.git] / vcl / Package_tipoftheday.mk
blob6b67d5e44a596a9546c228234e15f12468f14cc2
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,tipoftheday_images,$(SRCDIR)/extras/source/tipoftheday))
12 $(eval $(call gb_Package_add_files_with_dir,tipoftheday_images,$(LIBO_SHARE_FOLDER)/tipoftheday,\
13 toolbarmode.png \
14 marchingants.gif \
15 printnote.png \
16 formdocuments.png \
17 masterdocument.png \
18 statusbar.png \
19 expand_formula_bar.png \
20 fraction.png \
21 hybrid_pdf.png \
22 icon_sets.png \
23 remove_hyperlink.png \
24 sum_sheets.png \
27 # vim: set noet sw=4 ts=4: