We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aae0c8 commit b8c1d00Copy full SHA for b8c1d00
README.mkd
@@ -51,7 +51,7 @@ runtime/tutor/tutor |原文チュートリアルファイル
51
52
7. もう1回マージして、整形と消しすぎたコメントの復活
53
54
- $ make merge
+ $ make merge-force
55
$ vim ja.po
56
:source cleanup.vim
57
:wq
src/po/Makefile
@@ -31,6 +31,10 @@ touch: $(MASTER_PO)
31
32
merge: ja.po
33
34
+merge-force:
35
+ touch vim.pot
36
+ @$(MAKE) merge
37
+
38
clean:
39
rm -f sjiscorr sjiscorr.exe
40
rm -f ja.sjis.po ja.euc-jp.po
0 commit comments