File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,11 @@ runtime/tutor/tutor |原文チュートリアルファイル
26
26
$ cd src/po
27
27
$ make vim.pot
28
28
29
- 2 . ja.po に vim.pot をマージ (古いのは ja.po.old へ退避します)
29
+ 註: ` make vim.pot ` を実行するには ` src/ ` で ` ./configure ` を実行しておく必
30
+ 要があるが、` src/po/Makefile ` の4行目の ` include ../auto/config.mk ` をコメ
31
+ ントアウトして回避することも可能。
32
+
33
+ 2 . ja.po に vim.pot をマージ (古いものは ja.po.old へ退避される)
30
34
31
35
$ make merge
32
36
@@ -63,7 +67,8 @@ runtime/tutor/tutor |原文チュートリアルファイル
63
67
64
68
1 . 原文manファイルの更新
65
69
66
- Vimのソースファイルの runtime/doc/ ディレクトリから、原文manファイルを本リポジトリにコピー。
70
+ Vimのソースファイルの runtime/doc/ ディレクトリから、原文manファイルを本リ
71
+ ポジトリにコピー。
67
72
68
73
$ cd /path/to/vim/runtime/doc
69
74
$ cp evim.1 vim.1 vimdiff.1 vimtutor.1 xxd.1 /path/to/lang-ja/runtime/doc
@@ -88,7 +93,8 @@ runtime/tutor/tutor |原文チュートリアルファイル
88
93
89
94
1 . 原文チュートリアルファイルの更新
90
95
91
- Vimのソースファイルの runtime/tutor/ ディレクトリから、原文チュートリアルファイルを本リポジトリにコピー。
96
+ Vimのソースファイルの runtime/tutor/ ディレクトリから、原文チュートリアル
97
+ ファイルを本リポジトリにコピー。
92
98
93
99
$ cd /path/to/vim/runtime/tutor
94
100
$ cp tutor /path/to/lang-ja/runtime/tutor
@@ -109,6 +115,6 @@ runtime/tutor/tutor |原文チュートリアルファイル
109
115
110
116
$ make release-today
111
117
112
- ` vim-lang-ja-20160131.tar.xz ` のようなアーカイブファイルができます。
113
- ` 20160131 ` の部分は実行した日付に置き換わります。
114
- あとはこのアーカイブファイルを vim-dev へ更新依頼とともに送信します 。
118
+ ` vim-lang-ja-20160131.tar.xz ` のようなアーカイブファイルができます。 ` 20160131 `
119
+ の部分は実行した日付に置き換わります。あとはこのアーカイブファイルを vim-dev へ
120
+ 更新依頼とともに送信します 。
You can’t perform that action at this time.
0 commit comments