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_AllLangPackage_AllLangPackage
,accessoriestemplatesnonfreeeducate
,$(call gb_UnpackedTarball_get_dir
,templates-pack
)/templates-nonfree
/educate
/lang
))
12 $(eval
$(call gb_AllLangPackage_use_unpacked
,accessoriestemplatesnonfreeeducate
,templates-pack
))
14 $(eval
$(call gb_AllLangPackage_add_files_with_subdir
,accessoriestemplatesnonfreeeducate
,$(LIBO_SHARE_FOLDER
)/template
,educate
,\
15 cs
/dummy_templates-nonfree.txt \
16 de
/dummy_templates-nonfree.txt \
17 en-US
/attendance_sheet.ott \
18 en-US
/class_list.ott \
19 en-US
/classroom_seating_chart.ott \
20 en-US
/College_Budget_-_Semester.ots \
21 en-US
/College_Monthly_Budget.ots \
22 en-US
/diploma_landscape.ott \
23 en-US
/diploma_portrait.ott \
24 en-US
/elementary_record_cards.ott \
25 en-US
/GPA_Calculator.ots \
26 en-US
/Grading_Sheet.ots \
27 en-US
/homework_tracker.ott \
28 en-US
/honor_student_award.ott \
29 en-US
/medical_history.ott \
30 en-US
/permission_slip.ott \
31 en-US
/School_Budget.ots \
32 en-US
/student_of_the_month.ott \
33 en-US
/Student_Reading_Record.ots \
34 en-US
/substitute_Information.ott \
35 en-US
/syllabus_1.ott \
36 en-US
/term_paper.ott \
37 en-US
/Weekly_Class_Schedule.ots \
38 es
/dummy_templates-nonfree.txt \
39 fi
/dummy_templates-nonfree.txt \
40 fr
/dummy_templates-nonfree.txt \
41 hu
/dummy_templates-nonfree.txt \
42 it
/dummy_templates-nonfree.txt \
43 ja
/dummy_templates-nonfree.txt \
44 ka
/dummy_templates-nonfree.txt \
45 nl
/dummy_templates-nonfree.txt \
46 pl
/dummy_templates-nonfree.txt \
47 pt-BR
/dummy_templates-nonfree.txt \
48 sv
/dummy_templates-nonfree.txt \
49 tr
/dummy_templates-nonfree.txt \
50 zh-CN
/dummy_templates-nonfree.txt \
53 # vim: set noet sw=4 ts=4: