summaryrefslogtreecommitdiffstats
path: root/Dictionary_pt-PT.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-10-16 16:32:25 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-10-16 16:32:25 -0500
commit2547e9657a49fb43e07a41aadfdd0af34b7ae720 (patch)
treefa82d140336ac2e645fbfd242802075678805259 /Dictionary_pt-PT.mk
parentadd a README to the dictionaries module (diff)
downloaddictionaries-2547e9657a49fb43e07a41aadfdd0af34b7ae720.tar.gz
dictionaries-2547e9657a49fb43e07a41aadfdd0af34b7ae720.zip
rename mishappe during merge
Diffstat (limited to 'Dictionary_pt-PT.mk')
-rw-r--r--Dictionary_pt-PT.mk26
1 files changed, 26 insertions, 0 deletions
diff --git a/Dictionary_pt-PT.mk b/Dictionary_pt-PT.mk
new file mode 100644
index 0000000..12c68fe
--- /dev/null
+++ b/Dictionary_pt-PT.mk
@@ -0,0 +1,26 @@
+# -*- 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-pt-pt,dictionaries/pt_PT))
+
+$(eval $(call gb_Dictionary_add_root_files,dict-pt-pt,\
+ dictionaries/pt_PT/hyph_pt_PT.dic \
+ dictionaries/pt_PT/LICENSES.txt \
+ dictionaries/pt_PT/pt_PT.aff \
+ dictionaries/pt_PT/pt_PT.dic \
+ dictionaries/pt_PT/README_hyph_pt_PT.txt \
+ dictionaries/pt_PT/README_pt_PT.txt \
+ dictionaries/pt_PT/README_th_pt_PT_v2.txt \
+))
+
+$(eval $(call gb_Dictionary_add_thesauri,dict-pt-pt,\
+ dictionaries/pt_PT/th_pt_PT_v2.dat \
+))
+
+# vim: set noet sw=4 ts=4: