diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-03-22 17:40:10 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-03-22 17:40:10 +0100 |
commit | cab49dff91922dd8af0ca959968bc24cb6298485 (patch) | |
tree | c19c8af1a47a065e911523e1eae5e35752b54e44 /runtime/tutor/Makefile | |
parent | a29a37d533744e1b8200b1d2e032d0f8d186ab98 (diff) | |
download | vim-git-cab49dff91922dd8af0ca959968bc24cb6298485.tar.gz |
Updated runtime file. Fix Italian translations.
Diffstat (limited to 'runtime/tutor/Makefile')
-rw-r--r-- | runtime/tutor/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/tutor/Makefile b/runtime/tutor/Makefile index 7f4df75ee..ed745d2c1 100644 --- a/runtime/tutor/Makefile +++ b/runtime/tutor/Makefile @@ -6,7 +6,7 @@ # Similarly for Russian and Korean all: tutor.utf-8 \ - tutor.bj \ + tutor.bar \ tutor.ca.utf-8 \ tutor.de.utf-8 \ tutor.el tutor.el.cp737 \ @@ -28,8 +28,8 @@ all: tutor.utf-8 \ tutor.utf-8: tutor iconv -f ISO-8859-1 -t UTF-8 tutor > tutor.utf-8 -tutor.bj: tutor.bj.utf-8 - iconv -f UTF-8 -t ISO-8859-1 tutor.bj.utf-8 > tutor.bj +tutor.bar: tutor.bar.utf-8 + iconv -f UTF-8 -t ISO-8859-1 tutor.bar.utf-8 > tutor.bar tutor.ca.utf-8: tutor.ca iconv -f ISO-8859-1 -t UTF-8 tutor.ca > tutor.ca.utf-8 |