File tree 4 files changed +10
-9
lines changed
4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ import-en-files:
23
23
" $( VIM_SRC_DIR) " /runtime/doc/vimtutor.1 \
24
24
" $( VIM_SRC_DIR) " /runtime/doc/xxd.1 \
25
25
runtime/doc/
26
- cp " $( VIM_SRC_DIR) " /runtime/tutor/tutor runtime/tutor/
26
+ cp " $( VIM_SRC_DIR) " /runtime/tutor/tutor1 runtime/tutor/
27
+ cp " $( VIM_SRC_DIR) " /runtime/tutor/tutor2 runtime/tutor/
27
28
cp " $( VIM_SRC_DIR) " /nsis/lang/english.nsi nsis/lang/
28
29
29
30
# Update Vim source directory.
@@ -69,7 +70,7 @@ install: test
69
70
cp src/po/ja.sjis.mo $(INSTALL_DIR ) /lang/ja.sjis/LC_MESSAGES/vim.mo
70
71
cp runtime/lang/menu_ja* .vim $(INSTALL_DIR ) /lang
71
72
cp runtime/doc/* .UTF-8.1 $(INSTALL_DIR ) /doc
72
- cp runtime/tutor/tutor.ja.* $(INSTALL_DIR ) /tutor
73
+ cp runtime/tutor/tutor* .ja.* $(INSTALL_DIR ) /tutor
73
74
74
75
clean :
75
76
rm -rf $(ARCHIVE_DIR ) $(ARCHIVE_FILE )
@@ -102,7 +103,7 @@ $(ARCHIVE_DIR):
102
103
cp src/po/* .po $@ /src/po
103
104
cp runtime/lang/menu_ja* .vim $@ /runtime/lang
104
105
cp runtime/doc/* .UTF-8.1 $@ /runtime/doc
105
- cp runtime/tutor/tutor.ja.* $@ /runtime/tutor
106
+ cp runtime/tutor/tutor* .ja.* $@ /runtime/tutor
106
107
cp nsis/lang/japanese.nsi $@ /nsis/lang
107
108
108
109
$(ARCHIVE ) .tar.gz : $(ARCHIVE_DIR )
Original file line number Diff line number Diff line change 1
- MASTER_TUTOR = tutor .ja.utf-8
1
+ MASTER_TUTOR1 = tutor1 .ja.utf-8
2
2
3
3
test : update
4
4
5
- update : tutor .ja.sjis tutor .ja.euc
5
+ update : tutor1 .ja.sjis tutor1 .ja.euc
6
6
7
- tutor .ja.sjis : $(MASTER_TUTOR )
7
+ tutor1 .ja.sjis : $(MASTER_TUTOR1 )
8
8
iconv -f utf-8 -t cp932 < $< > $@
9
9
10
- tutor .ja.euc : $(MASTER_TUTOR )
10
+ tutor1 .ja.euc : $(MASTER_TUTOR1 )
11
11
iconv -f utf-8 -t euc-jp < $< > $@
12
12
13
13
force : touch
14
14
@$(MAKE ) update
15
15
16
- touch : $(MASTER_TUTOR )
16
+ touch : $(MASTER_TUTOR1 )
17
17
touch $<
18
18
19
19
clean :
20
- rm -f tutor .ja.sjis tutor .ja.euc
20
+ rm -f tutor1 .ja.sjis tutor1 .ja.euc
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments