summaryrefslogtreecommitdiff
path: root/extras/Zip_accessoriestemplatescommoneducate.mk
blob: 71c466dc073b80e59d6889351c063b2badb6d9fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_Zip_Zip,accessoriestemplatescommoneducate,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/common/educate))

$(eval $(call gb_Zip_add_dependencies,accessoriestemplatescommoneducate,\
	$(call gb_UnpackedTarball_get_target,templates-pack) \
))

$(eval $(call gb_Zip_add_files,accessoriestemplatescommoneducate,\
	A4-chequered.otg \
	A4-lin_2mm.otg \
	A4-lin_3mm.otg \
	A4-lined.otg \
	A4-linlog.otg \
	A4-lin.otg \
	A4-loglin.otg \
	A4-loglog.otg \
	A4-millimeter_black.ott \
	A4-millimeter_orange.ott \
	A4-millimeter_red.ott \
	A4-rhomb.otg \
	Black_lines_1.otg \
	Black_lines_2.otg \
	Black_lines_3.otg \
	soccer-pitch.otg \
	soccer-practice-template.ott \
))

# vim: set noet sw=4 ts=4: