forked from amazingfate/dictionaries
Change-Id: Ic753eafc8e9ec69757a95f2e35f8df81b018f936 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/184956 Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
20 lines
589 B
Makefile
20 lines
589 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-ta,dictionaries/ta_IN))
|
|
|
|
$(eval $(call gb_Dictionary_add_root_files,dict-ta,\
|
|
dictionaries/ta_IN/ta_IN.aff \
|
|
dictionaries/ta_IN/ta_IN.dic \
|
|
dictionaries/ta_IN/COPYING \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|
|
|