diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-06-20 12:51:53 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-06-20 12:51:53 +0000 |
commit | 69a7cb473ceae109b61fae9aa04ee0c29afba5d9 (patch) | |
tree | 04bd3292cc6c2317842d7a46ae3ab11e9956ed99 /src/po/Makefile | |
parent | ed20346f0b81d1d89c22c9616abe8e47b4c17f08 (diff) | |
download | vim-git-69a7cb473ceae109b61fae9aa04ee0c29afba5d9.tar.gz |
updated for version 7.0002v7.0002
Diffstat (limited to 'src/po/Makefile')
-rw-r--r-- | src/po/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/po/Makefile b/src/po/Makefile index d54913062..364210c6e 100644 --- a/src/po/Makefile +++ b/src/po/Makefile @@ -97,8 +97,8 @@ zh_CN.cp936.po: zh_CN.po # Convert ru.po to create ru.cp1251.po. ru.cp1251.po: ru.po rm -f ru.cp1251.po - iconv -f koi8-r -t cp1251 ru.po | \ - sed -e 's/charset=koi8-r/charset=cp1251/' -e 's/# Original translations/# Generated from ru.po, DO NOT EDIT/' > ru.cp1251.po + iconv -f utf-8 -t cp1251 ru.po | \ + sed -e 's/charset=utf-8/charset=cp1251/' -e 's/# Original translations/# Generated from ru.po, DO NOT EDIT/' > ru.cp1251.po check: @if test "x" = "x$(prefix)"; then \ |