Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / extras / Zip_palettes.mk
blobe4cdaab85dd8105c6c8ec1f2f7f41768e6fcb37b
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_Zip_Zip,palettes,$(SRCDIR)/extras/source/palettes))
12 $(eval $(call gb_Zip_add_files,palettes,\
13 arrowhd.soe \
14 classic.sog \
15 cmyk.soc \
16 gallery.soc \
17 hatching.soh \
18 html.soc \
19 libreoffice.soc \
20 modern.sog \
21 palette.soc \
22 scribus.soc \
23 standard.sob \
24 standard.soc \
25 standard.sod \
26 standard.soe \
27 standard.sog \
28 standard.soh \
29 styles.sod \
30 tango.soc \
31 web.soc \
34 # vim: set noet sw=4 ts=4: