summaryrefslogtreecommitdiff
path: root/extras/AllLangZip_accessoriestemplatesnonfreeeducate.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_accessoriestemplatesnonfreeeducate.mk
parent20f06e3cd3e50ddb34a7985f196a08c98a3f5cb6 (diff)
gbuildize extras
Change-Id: I190b1314a91026dcfc39df3e3e178df55d14d90a
Diffstat (limited to 'extras/AllLangZip_accessoriestemplatesnonfreeeducate.mk')
-rw-r--r--extras/AllLangZip_accessoriestemplatesnonfreeeducate.mk55
1 files changed, 55 insertions, 0 deletions
diff --git a/extras/AllLangZip_accessoriestemplatesnonfreeeducate.mk b/extras/AllLangZip_accessoriestemplatesnonfreeeducate.mk
new file mode 100644
index 000000000000..e2a62a2f7545
--- /dev/null
+++ b/extras/AllLangZip_accessoriestemplatesnonfreeeducate.mk
@@ -0,0 +1,55 @@
+# -*- 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,accessoriestemplatesnonfreeeducate,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates-nonfree/educate/lang))
+
+$(eval $(call gb_AllLangZip_add_dependencies,accessoriestemplatesnonfreeeducate,\
+ $(call gb_UnpackedTarball_get_target,templates-pack) \
+))
+
+$(eval $(call gb_AllLangZip_add_files,accessoriestemplatesnonfreeeducate,\
+ cs/dummy_templates-nonfree.txt \
+ de/dummy_templates-nonfree.txt \
+ en-US/attendance_sheet.ott \
+ en-US/class_list.ott \
+ en-US/classroom_seating_chart.ott \
+ en-US/College_Budget_-_Semester.ots \
+ en-US/College_Monthly_Budget.ots \
+ en-US/diploma_landscape.ott \
+ en-US/diploma_portrait.ott \
+ en-US/elementary_record_cards.ott \
+ en-US/GPA_Calculator.ots \
+ en-US/Grading_Sheet.ots \
+ en-US/homework_tracker.ott \
+ en-US/honor_student_award.ott \
+ en-US/medical_history.ott \
+ en-US/permission_slip.ott \
+ en-US/School_Budget.ots \
+ en-US/student_of_the_month.ott \
+ en-US/Student_Reading_Record.ots \
+ en-US/substitute_Information.ott \
+ en-US/syllabus_1.ott \
+ en-US/term_paper.ott \
+ en-US/Weekly_Class_Schedule.ots \
+ es/dummy_templates-nonfree.txt \
+ fi/dummy_templates-nonfree.txt \
+ fr/dummy_templates-nonfree.txt \
+ hu/dummy_templates-nonfree.txt \
+ it/dummy_templates-nonfree.txt \
+ ja/dummy_templates-nonfree.txt \
+ ka/dummy_templates-nonfree.txt \
+ nl/dummy_templates-nonfree.txt \
+ pl/dummy_templates-nonfree.txt \
+ pt-BR/dummy_templates-nonfree.txt \
+ sv/dummy_templates-nonfree.txt \
+ tr/dummy_templates-nonfree.txt \
+ zh-CN/dummy_templates-nonfree.txt \
+))
+
+# vim: set noet sw=4 ts=4: