diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-09-01 09:50:26 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-10-16 11:09:27 -0500 |
commit | a4473e06b56bfe35187e302754f6baaa8d75e54f (patch) | |
tree | fd17c2dc5dbf56469de2eaa851eda4087f385313 /Dictionary_da.mk | |
parent | 0493c1b142b0c498931e8ff5d6460ef852026d20 (diff) |
move dictionaries structure one directory up
Change-Id: I70388bf6b95d8692cc6f25fc5a9c7baf3a675710
Diffstat (limited to 'Dictionary_da.mk')
-rw-r--r-- | Dictionary_da.mk | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Dictionary_da.mk b/Dictionary_da.mk new file mode 100644 index 0000000..d779249 --- /dev/null +++ b/Dictionary_da.mk @@ -0,0 +1,42 @@ +# -*- 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-da,dictionaries/da_DK)) + +$(eval $(call gb_Dictionary_add_root_files,dict-da,\ + dictionaries/da_DK/da_DK.aff \ + dictionaries/da_DK/da_DK.dic \ + dictionaries/da_DK/desc_da_DK.txt \ + dictionaries/da_DK/desc_en_US.txt \ + dictionaries/da_DK/hyph_da_DK.dic \ + dictionaries/da_DK/HYPH_da_DK_README.txt \ + dictionaries/da_DK/README_da_DK.txt \ + dictionaries/da_DK/README_th_da_DK.txt \ + dictionaries/da_DK/Trold_42x42.png \ +)) + +$(eval $(call gb_Dictionary_add_files,dict-da,help/en,\ + dictionaries/da_DK/help/en/help.tree \ +)) + +$(eval $(call gb_Dictionary_add_files,dict-da,help/da,\ + dictionaries/da_DK/help/da/help.tree \ +)) + +$(eval $(call gb_Dictionary_add_files,dict-da,help/da/org.openoffice.da.hunspell.dictionaries,\ + dictionaries/da_DK/help/da/org.openoffice.da.hunspell.dictionaries/page1.xhp \ + dictionaries/da_DK/help/da/org.openoffice.da.hunspell.dictionaries/page2.xhp \ + dictionaries/da_DK/help/da/org.openoffice.da.hunspell.dictionaries/Trold.png \ +)) + +$(eval $(call gb_Dictionary_add_thesauri,dict-da,\ + dictionaries/da_DK/th_da_DK.dat \ +)) + +# vim: set noet sw=4 ts=4: |