2004-04-17 22:07:13 +00:00
|
|
|
# Copyright (C) 2004 Jens Oberender <j.obi at troja.net>
|
|
|
|
#
|
|
|
|
# This file is free software; as a special exception the author gives
|
|
|
|
# unlimited permission to copy and/or distribute it, with or without
|
|
|
|
# modifications, as long as this notice is preserved.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful, but
|
|
|
|
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
|
|
|
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
#
|
|
|
|
# $Id$
|
|
|
|
|
|
|
|
i18ndir = ${pkgdatadir}/i18n
|
|
|
|
|
|
|
|
nodist_i18n_DATA = \
|
|
|
|
qgis_de.qm \
|
2004-04-21 14:14:41 +00:00
|
|
|
qgis_pt.qm \
|
|
|
|
qgis_se.qm
|
2004-04-17 22:07:13 +00:00
|
|
|
|
|
|
|
i18n_SOURCES = \
|
|
|
|
qgis_de.ts \
|
2004-04-21 14:14:41 +00:00
|
|
|
qgis_pt.ts \
|
|
|
|
qgis_se.ts
|
2004-04-17 22:07:13 +00:00
|
|
|
|
|
|
|
%.qm: %.ts
|
|
|
|
cd ..; ./create_qm_files.sh
|
|
|
|
|
|
|
|
EXTRA_DIST = $(i18n_SOURCES)
|