Skip to content

Commit ef1e1f7

Browse files
committed
tutor.ja.sjis and tutor.ja.euc aren't generated
1 parent c3d2629 commit ef1e1f7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ release-today:
2121
test:
2222
$(MAKE) -C src/po test
2323
$(MAKE) -C runtime/lang test
24+
$(MAKE) -C runtime/tutor test
2425

2526
install: test
2627
mkdir -p $(INSTALL_DIR)/lang/ja/LC_MESSAGES

runtime/tutor/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
MASTER_TUTOR = tutor.ja.utf-8
22

3+
test: update
4+
35
update: tutor.ja.sjis tutor.ja.euc
46

57
tutor.ja.sjis: $(MASTER_TUTOR)

0 commit comments

Comments
 (0)