File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,17 @@ update: menu_ja_jp.euc-jp.vim menu_japanese_japan.932.vim
6
6
7
7
menu_ja_jp.euc-jp.vim : $(MASTER_MENU )
8
8
iconv -f utf-8 -t euc-jp $< | \
9
- sed -e ' s/^scriptencoding utf-8/scriptencoding euc-jp/' -e ' s/Menu Translations:\tJapanese (UTF-8)/Menu Translations:\tJapanese (EUC-JP)/' > $@
9
+ sed -e ' s/^scriptencoding utf-8/scriptencoding euc-jp/' \
10
+ -e ' s/" Original translations/" Generated from $<, DO NOT EDIT/' \
11
+ -e ' s/Menu Translations:\tJapanese (UTF-8)/Menu Translations:\tJapanese (EUC-JP)/' \
12
+ > $@
10
13
11
14
menu_japanese_japan.932.vim : $(MASTER_MENU )
12
15
iconv -f utf-8 -t cp932 $< | \
13
- sed -e ' s/^scriptencoding utf-8/scriptencoding cp932/' -e ' s/Menu Translations:\tJapanese (UTF-8)/Menu Translations:\tJapanese (CP932)/' > $@
16
+ sed -e ' s/^scriptencoding utf-8/scriptencoding cp932/' \
17
+ -e ' s/" Original translations/" Generated from $<, DO NOT EDIT/' \
18
+ -e ' s/Menu Translations:\tJapanese (UTF-8)/Menu Translations:\tJapanese (CP932)/' \
19
+ > $@
14
20
15
21
force : touch
16
22
@$(MAKE ) update
Original file line number Diff line number Diff line change 8
8
" vim-jp <http://vim-jp.org/>
9
9
"
10
10
" THIS FILE IS DISTRIBUTED UNDER THE VIM LICENSE.
11
+ "
12
+ " Original translations
11
13
12
14
" Quit when menu translations have already been done.
13
15
if exists (" did_menu_trans" )
You can’t perform that action at this time.
0 commit comments