diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-06-24 21:16:56 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-06-24 21:16:56 +0000 |
commit | 3577c6fafb77da5419cd1001dac56f204d480bdc (patch) | |
tree | 46a08e8d03068c31624359c2601b3645c2881d8c /src/po/Makefile | |
parent | a7241f5f19fd0865ce697939c347a8c88fb507d5 (diff) | |
download | vim-3577c6fafb77da5419cd1001dac56f204d480bdc.zip |
updated for version 7.2a
Diffstat (limited to 'src/po/Makefile')
-rw-r--r-- | src/po/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/po/Makefile b/src/po/Makefile index d30d72ff4..2b7eae068 100644 --- a/src/po/Makefile +++ b/src/po/Makefile @@ -10,7 +10,9 @@ LANGUAGES = \ cs \ de \ en_GB \ + eo \ es \ + fi \ fr \ ga \ it \ @@ -34,7 +36,9 @@ MOFILES = \ cs.mo \ de.mo \ en_GB.mo \ + eo.mo \ es.mo \ + fi.mo \ fr.mo \ ga.mo \ it.mo \ @@ -68,7 +72,9 @@ CHECKFILES = \ cs.ck \ de.ck \ en_GB.ck \ + eo.ck \ es.ck \ + fi.ck \ fr.ck \ ga.ck \ it.ck \ @@ -199,8 +205,8 @@ ru.cp1251.po: ru.po # Convert uk.po to create uk.cp1251.po. uk.cp1251.po: uk.po rm -f uk.cp1251.po - iconv -f koi8-u -t cp1251 uk.po | \ - sed -e 's/charset=koi8-u/charset=cp1251/' -e 's/# Original translations/# Generated from uk.po, DO NOT EDIT/' > uk.cp1251.po + iconv -f utf-8 -t cp1251 uk.po | \ + sed -e 's/charset=utf-8/charset=cp1251/' -e 's/# Original translations/# Generated from uk.po, DO NOT EDIT/' > uk.cp1251.po prefixcheck: @if test "x" = "x$(prefix)"; then \ |