summaryrefslogtreecommitdiff
path: root/extras/AllLangZip_accessoriestemplateseducate.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-08-20 16:42:49 +0200
committerDavid Tardon <dtardon@redhat.com>2012-08-24 13:22:05 +0200
commita39f11a276ea6601cb19e3fc81910ae0d7265dce (patch)
tree9a433cd5bb64a1a67ef3974bc958acea8481e392 /extras/AllLangZip_accessoriestemplateseducate.mk
parent20f06e3cd3e50ddb34a7985f196a08c98a3f5cb6 (diff)
gbuildize extras
Change-Id: I190b1314a91026dcfc39df3e3e178df55d14d90a
Diffstat (limited to 'extras/AllLangZip_accessoriestemplateseducate.mk')
-rw-r--r--extras/AllLangZip_accessoriestemplateseducate.mk50
1 files changed, 50 insertions, 0 deletions
diff --git a/extras/AllLangZip_accessoriestemplateseducate.mk b/extras/AllLangZip_accessoriestemplateseducate.mk
new file mode 100644
index 000000000000..31571da0e54a
--- /dev/null
+++ b/extras/AllLangZip_accessoriestemplateseducate.mk
@@ -0,0 +1,50 @@
+# -*- 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_AllLangZip_AllLangZip,accessoriestemplateseducate,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/educate/lang))
+
+$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplateseducate,\
+ $(call gb_UnpackedTarball_get_target,templates-pack) \
+))
+
+$(eval $(call gb_AllLangZip_add_files,accessoriestemplateseducate,\
+ cs/dummy_templates.txt \
+ de/Jahres_Schulnoten.ots \
+ de/Klassen-Schulnoten-Verwaltung_Noten_1-6.ots \
+ de/Kursnoten_15_Punkte.ots \
+ de/Meine_Schulnoten.ots \
+ de/Schulnoten.ots \
+ de/Stundenplan.ots \
+ de/stundenplan_und_vorlesungsplan.ots \
+ en-US/apa_4thEd.ott \
+ en-US/bookmark_1.ott \
+ en-US/bookmark_2.ott \
+ en-US/classroom_schedule.ott \
+ en-US/Crystal.ots \
+ en-US/disciplinary_assignment.ott \
+ en-US/disciplinary_referral.ott \
+ en-US/grades.ots \
+ en-US/lesson_plan_1.ott \
+ en-US/lesson_plan_2.ott \
+ en-US/name_badge_1.ott \
+ en-US/student_schedule.ott \
+ en-US/table_tent_1.ott \
+ en-US/Thesis.ott \
+ fr/AgendaSemaine1.1.ots \
+ fr/carnet_de_notes.ots \
+ fr/documentfinalTP-1.1.ott \
+ fr/note_moyenne.ots \
+ hu/essze.ott \
+ hu/Meresi_jegyzokonyv_-_Iskolai.ott \
+ hu/osztalynevsor.ott \
+ hu/thesis_k.ott \
+ ja/timetable_for_school.ots \
+))
+
+# vim: set noet sw=4 ts=4: