~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to i18n/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Steve Halasz
  • Date: 2005-11-05 16:04:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051105160445-l0g4isz5bc9yehet
Tags: 0.7.4-1
* New upstream release
* Build GRASS support in qgis-plugin-grass package (Closes: #248649)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9
9
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
10
#
11
 
# $Id: Makefile.am,v 1.6 2004/08/18 07:51:29 jobi Exp $
 
11
# $Id: Makefile.am,v 1.8.2.6 2005/10/10 23:01:45 gsherman Exp $
12
12
 
13
13
i18ndir = ${pkgdatadir}/i18n
14
14
 
 
15
# Note: Whenever nodist_i18n_DATA is modified, the array CFBundleLocalizations
 
16
# in the file ../src/mac/Contents/Info.plist.in must also be updated to match.
 
17
# Remember to leave en in the other list even though it's not in this list :)
 
18
 
15
19
nodist_i18n_DATA = \
16
 
        qgis_de.qm \
17
 
        qgis_fr.qm \
18
 
        qgis_it.qm \
19
 
        qgis_nl.qm \
20
 
        qgis_pt_BR.qm \
21
 
        qgis_ru.qm \
22
 
        qgis_se.qm \
23
 
        qgis_zh_CN.qm
24
 
 
 
20
                                                                qgis_cs_CZ.qm \
 
21
                                                                qgis_de.qm \
 
22
                                                                qgis_fr.qm \
 
23
                                                                qgis_id.qm \
 
24
                                                                qgis_it.qm \
 
25
                                                                qgis_ja.qm \
 
26
                                                                qgis_lv.qm \
 
27
                                                                qgis_nl.qm \
 
28
                                                                qgis_pl_PL.qm \
 
29
                                                                qgis_pt_BR.qm \
 
30
                                                                qgis_ru.qm \
 
31
                                                                qgis_sk.qm \
 
32
                                                                qgis_sv.qm \
 
33
                                                                qgis_zh_CN.qm
25
34
i18n_SOURCES = \
26
 
        qgis_de.ts \
27
 
        qgis_fr.ts \
28
 
        qgis_it.ts \
29
 
        qgis_nl.ts \
30
 
        qgis_pt_BR.ts \
31
 
        qgis_ru.ts \
32
 
        qgis_se.ts \
33
 
        qgis_zh_CN.ts
34
 
 
 
35
                                                                qgis_cs_CZ.ts \
 
36
                                                                qgis_de.ts \
 
37
                                                                qgis_fr.ts \
 
38
                                                                qgis_id.ts \
 
39
                                                                qgis_it.ts \
 
40
                                                                qgis_ja.ts \
 
41
                                                                qgis_lv.ts \
 
42
                                                                qgis_nl.ts \
 
43
                                                                qgis_pl_PL.ts \
 
44
                                                                qgis_pt_BR.ts \
 
45
                                                                qgis_ru.ts \
 
46
                                                                qgis_sk.ts \
 
47
                                                                qgis_sv.ts \
 
48
                                                                qgis_zh_CN.ts
35
49
%.qm: %.ts
36
50
        cd ..; ./create_qm_files.sh
37
51