2016-02-22 05:26:11 -06:00
|
|
|
# -*- 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_Package_Package,sfx2_classification,$(SRCDIR)/sfx2))
|
|
|
|
|
|
|
|
$(eval $(call gb_Package_add_files,sfx2_classification,$(LIBO_SHARE_FOLDER)/classification,\
|
|
|
|
classification/example.xml \
|
2016-10-11 07:31:00 -05:00
|
|
|
classification/example_ca-ES.xml \
|
2016-07-23 08:56:24 -05:00
|
|
|
classification/example_hu-HU.xml \
|
2016-07-23 09:30:58 -05:00
|
|
|
classification/example_nl-NL.xml \
|
2016-07-21 05:51:22 -05:00
|
|
|
classification/example_pt-BR.xml \
|
2016-06-23 07:05:44 -05:00
|
|
|
classification/example_sl-SI.xml \
|
2016-02-22 05:26:11 -06:00
|
|
|
))
|
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|