summaryrefslogtreecommitdiff
path: root/Dictionary_ru.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-09-01 09:50:26 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-10-16 11:09:27 -0500
commita4473e06b56bfe35187e302754f6baaa8d75e54f (patch)
treefd17c2dc5dbf56469de2eaa851eda4087f385313 /Dictionary_ru.mk
parent0493c1b142b0c498931e8ff5d6460ef852026d20 (diff)
move dictionaries structure one directory up
Change-Id: I70388bf6b95d8692cc6f25fc5a9c7baf3a675710
Diffstat (limited to 'Dictionary_ru.mk')
-rw-r--r--Dictionary_ru.mk50
1 files changed, 50 insertions, 0 deletions
diff --git a/Dictionary_ru.mk b/Dictionary_ru.mk
new file mode 100644
index 0000000..4321862
--- /dev/null
+++ b/Dictionary_ru.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_Dictionary_Dictionary,dict-ru,dictionaries/ru_RU))
+
+$(eval $(call gb_Dictionary_add_root_files,dict-ru,\
+ dictionaries/ru_RU/hyph_ru_RU.dic \
+ dictionaries/ru_RU/Lightproof.py \
+ dictionaries/ru_RU/Linguistic.xcu \
+ dictionaries/ru_RU/README_Lightproof_ru_RU.txt \
+ dictionaries/ru_RU/README_ru_RU.txt \
+ dictionaries/ru_RU/README_thes_ru_RU.txt \
+ dictionaries/ru_RU/ru_RU.aff \
+ dictionaries/ru_RU/ru_RU.dic \
+))
+
+$(eval $(call gb_Dictionary_add_files,dict-ru,dialog,\
+ dictionaries/ru_RU/dialog/ru_RU.xdl \
+ dictionaries/ru_RU/dialog/ru_RU_en_US.default \
+ dictionaries/ru_RU/dialog/ru_RU_ru_RU.properties \
+))
+
+$(eval $(call gb_Dictionary_add_files,dict-ru,pythonpath,\
+ dictionaries/ru_RU/pythonpath/lightproof_ru_RU.py \
+ dictionaries/ru_RU/pythonpath/lightproof_handler_ru_RU.py \
+ dictionaries/ru_RU/pythonpath/lightproof_impl_ru_RU.py \
+ dictionaries/ru_RU/pythonpath/lightproof_opts_ru_RU.py \
+))
+
+$(eval $(call gb_Dictionary_add_propertyfiles,dict-ru,dialog,\
+ dictionaries/ru_RU/dialog/ru_RU_en_US.properties \
+))
+
+$(eval $(call gb_Dictionary_add_generated_file,dict-ru,dialog/OptionsDialog.xcs,$(call gb_XcsTarget_get_target,dictionaries/ru_RU/dialog/registry/schema/org/openoffice/Lightproof_ru_RU.xcs)))
+
+$(eval $(call gb_Dictionary_add_generated_files,dict-ru,dialog,\
+ $(call gb_XcuMergeTarget_get_target,dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office/OptionsDialog.xcu) \
+))
+
+$(eval $(call gb_Dictionary_add_thesauri,dict-ru,\
+ dictionaries/ru_RU/th_ru_RU_v2.dat \
+))
+
+# vim: set noet sw=4 ts=4: