bump product version to 4.1.6.2
[LibreOffice.git] / extras / Package_gallsystem.mk
blob9214ba204a431615ed8c0ff4ab562c727ac580e5
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_set_outdir,extras_gallsystem,$(INSTDIR)))
14 $(eval $(call gb_Package_add_files,extras_gallsystem,share/gallery,\
15 sg1.sdg \
16 sg1.sdv \
17 sg1.thm \
18 sg3.sdg \
19 sg3.sdv \
20 sg3.thm \
21 sg4.sdg \
22 sg4.sdv \
23 sg4.thm \
24 sg24.sdg \
25 sg24.sdv \
26 sg24.thm \
27 sg36.sdg \
28 sg36.sdv \
29 sg36.thm \
32 # vim: set noet sw=4 ts=4: