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

« back to all changes in this revision

Viewing changes to dictionaries/Dictionary_el.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-el,dictionaries/el_GR))
 
11
 
 
12
$(eval $(call gb_Dictionary_add_root_files,dict-el,\
 
13
        dictionaries/el_GR/el_GR.aff \
 
14
        dictionaries/el_GR/el_GR.dic \
 
15
        dictionaries/el_GR/hyph_el_GR.dic \
 
16
        dictionaries/el_GR/README_el_GR.txt \
 
17
        dictionaries/el_GR/README_hyph_el_GR.txt \
 
18
))
 
19
 
 
20
# vim: set noet sw=4 ts=4: