mirror of
git://anongit.freedesktop.org/libreoffice/dictionaries
synced 2025-10-05 16:13:05 +02:00
source: https: //natura.di.uminho.pt/download/sources/Dictionaries/openoffice/Pos-AO/ Change-Id: I5692fc6f8e1120a17cc25055d3b212e6623f28c2 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/104998 Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
28 lines
864 B
Makefile
28 lines
864 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-pt-PT,dictionaries/pt_PT))
|
|
|
|
$(eval $(call gb_Dictionary_add_root_files,dict-pt-PT,\
|
|
dictionaries/pt_PT/hyph_pt_PT.dic \
|
|
dictionaries/pt_PT/icon.png \
|
|
dictionaries/pt_PT/LICENSES.txt \
|
|
dictionaries/pt_PT/pt_PT.aff \
|
|
dictionaries/pt_PT/pt_PT.dic \
|
|
dictionaries/pt_PT/README_hyph_pt_PT.txt \
|
|
dictionaries/pt_PT/README_pt_PT.txt \
|
|
dictionaries/pt_PT/README_th_pt_PT.txt \
|
|
))
|
|
|
|
$(eval $(call gb_Dictionary_add_thesauri,dict-pt-PT,\
|
|
dictionaries/pt_PT/th_pt_PT.dat \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|