Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / extras / Zip_gallsystem.mk
blobbb55713305cd88d1b62412729245f77a3396666a
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,gallsystem,$(SRCDIR)/extras/source/gallery/gallery_system))
12 $(eval $(call gb_Zip_add_files,gallsystem,\
13 sg1.sdg \
14 sg1.sdv \
15 sg1.thm \
16 sg24.sdg \
17 sg24.sdv \
18 sg24.thm \
19 sg25.sdg \
20 sg25.sdv \
21 sg25.thm \
22 sg36.sdg \
23 sg36.sdv \
24 sg36.thm \
25 sg3.sdg \
26 sg3.sdv \
27 sg3.thm \
28 sg4.sdg \
29 sg4.sdv \
30 sg4.thm \
31 sg9.sdg \
32 sg9.sdv \
33 sg9.thm \
36 # vim: set noet sw=4 ts=4: