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 c3d2629 commit ef1e1f7Copy full SHA for ef1e1f7
Makefile
@@ -21,6 +21,7 @@ release-today:
21
test:
22
$(MAKE) -C src/po test
23
$(MAKE) -C runtime/lang test
24
+ $(MAKE) -C runtime/tutor test
25
26
install: test
27
mkdir -p $(INSTALL_DIR)/lang/ja/LC_MESSAGES
runtime/tutor/Makefile
@@ -1,5 +1,7 @@
1
MASTER_TUTOR = tutor.ja.utf-8
2
3
+test: update
4
+
5
update: tutor.ja.sjis tutor.ja.euc
6
7
tutor.ja.sjis: $(MASTER_TUTOR)
0 commit comments