Bump version to 4.3-4
[LibreOffice.git] / extras / Package_gallsystem.mk
blobf8882d86cf4f9ecac72e56cd632c07ae80181e9d
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_gallsystem,$(SRCDIR)/extras/source/gallery/gallery_system))
12 $(eval $(call gb_Package_add_files,extras_gallsystem,$(LIBO_SHARE_FOLDER)/gallery,\
13 sg1.sdg \
14 sg1.sdv \
15 sg1.thm \
16 sg3.sdg \
17 sg3.sdv \
18 sg3.thm \
19 sg4.sdg \
20 sg4.sdv \
21 sg4.thm \
22 sg24.sdg \
23 sg24.sdv \
24 sg24.thm \
25 sg36.sdg \
26 sg36.sdv \
27 sg36.thm \
30 # vim: set noet sw=4 ts=4: