summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorAYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>2013-02-11 14:23:58 +0900
committerAYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>2013-02-17 14:08:20 +0900
commit862b101935a9573543090699cc7569910ec78feb (patch)
tree4740909c1983885d715135a86a659f1c02e6edf2 /lang/Makefile
parent9650a3ffa578469bf1fa96c1cd7e6fe08d1a980f (diff)
add japanese translation
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 9f7a9a7e0..9056ea5c4 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -6,8 +6,8 @@ MAKEARGS = 'CFLAGS=${CFLAGS}' 'CC=${CC}' 'ANOPELIBS=${ANOPELIBS}' \
'TOUCH=${TOUCH}' 'SHELL=${SHELL}' 'DATDEST=${DATDEST}' \
'RUNGROUP=${RUNGROUP}' 'USE_MODULES=${USE_MODULES}'
-LANGOBJS = cat de en_us es fr gr hun it nl pl pt ru tr
-LANGSRCS = cat.l de.l en_us.l es.l fr.l gr.l hun.l it.l nl.l pl.l pt.l ru.l tr.l
+LANGOBJS = cat de en_us es fr gr hun it ja_utf8 nl pl pt ru tr
+LANGSRCS = cat.l de.l en_us.l es.l fr.l gr.l hun.l it.l ja_utf8.l nl.l pl.l pt.l ru.l tr.l
LANGCOMP = ./langcomp
#LANGCOMP = ./langcomp -w
@@ -59,6 +59,8 @@ hun: hun.l langcomp index
./langcomp $@.l
it: it.l langcomp index
./langcomp $@.l
+ja_utf8: ja_utf8.l langcomp index
+ ./langcomp $@.l
nl: nl.l langcomp index
./langcomp $@.l
pl: pl.l langcomp index