~ubuntu-branches/ubuntu/trusty/libreoffice-dictionaries/trusty-proposed

« back to all changes in this revision

Viewing changes to dictionaries/Dictionary_uk.mk

  • Committer: Package Import Robot
  • Author(s): Bjoern Michaelsen
  • Date: 2014-02-21 22:54:52 UTC
  • Revision ID: package-import@ubuntu.com-20140221225452-008k3n2a73g2o6ga
Tags: upstream-4.2.1
ImportĀ upstreamĀ versionĀ 4.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
 
2
#
 
3
# This file is part of the LibreOffice project.
 
4
#
 
5
# This Source Code Form is subject to the terms of the Mozilla Public
 
6
# License, v. 2.0. If a copy of the MPL was not distributed with this
 
7
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
8
#
 
9
 
 
10
$(eval $(call gb_Dictionary_Dictionary,dict-uk,dictionaries/uk_UA))
 
11
 
 
12
$(eval $(call gb_Dictionary_add_root_files,dict-uk,\
 
13
        dictionaries/uk_UA/hyph_uk_UA.dic \
 
14
        dictionaries/uk_UA/README_hyph_uk_UA.txt \
 
15
        dictionaries/uk_UA/README_th_uk_UA.txt \
 
16
        dictionaries/uk_UA/README_uk_UA.txt \
 
17
        dictionaries/uk_UA/uk_UA.aff \
 
18
        dictionaries/uk_UA/uk_UA.dic \
 
19
))
 
20
 
 
21
$(eval $(call gb_Dictionary_add_thesauri,dict-uk,\
 
22
        dictionaries/uk_UA/th_uk_UA.dat \
 
23
))
 
24
 
 
25
# vim: set noet sw=4 ts=4: