bump product version to 4.1.6.2
[LibreOffice.git] / extras / Package_palettes.mk
blob767fb785897be48f8837d38a5d29c7e037a993c7
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_palettes,$(SRCDIR)/extras/source/palettes))
12 $(eval $(call gb_Package_set_outdir,extras_palettes,$(INSTDIR)))
14 $(eval $(call gb_Package_add_files,extras_palettes,presets/config,\
15 arrowhd.soe \
16 classic.sog \
17 cmyk.soc \
18 gallery.soc \
19 hatching.soh \
20 html.soc \
21 libreoffice.soc \
22 modern.sog \
23 palette.soc \
24 scribus.soc \
25 standard.sob \
26 standard.soc \
27 standard.sod \
28 standard.soe \
29 standard.sog \
30 standard.soh \
31 styles.sod \
32 tango.soc \
33 web.soc \
36 # vim: set noet sw=4 ts=4: