mirror of
https://github.com/LibreOffice/dictionaries.git
synced 2025-07-20 16:43:03 +00:00

Change-Id: I25940b19e77e7fc6165f9845238830d16ed87bf5 Reviewed-on: https://gerrit.libreoffice.org/1815 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
23 lines
688 B
Makefile
23 lines
688 B
Makefile
# -*- 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-lt,dictionaries/lt_LT))
|
|
|
|
$(eval $(call gb_Dictionary_add_root_files,dict-lt,\
|
|
dictionaries/lt_LT/AUTHORS \
|
|
dictionaries/lt_LT/COPYING \
|
|
dictionaries/lt_LT/hyph_lt.dic \
|
|
dictionaries/lt_LT/lt.aff \
|
|
dictionaries/lt_LT/lt.dic \
|
|
dictionaries/lt_LT/README \
|
|
dictionaries/lt_LT/README_hyph \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|