File tree 4 files changed +8
-7
lines changed
4 files changed +8
-7
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.
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