aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/Make.lang
blob: e6004a9c5b876d202194f792b051bf32eec506e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# The two-letter code for the language
LANGUAGE := ja

include $(WMLBASE)/../Makefile.common

# If you need to modify that is already defined in ../Makefile.common
# you can put it below

WMLOUTFILE = $(@F).tmp
WMLPROLOG = --prolog="/usr/bin/kcc -e -"
WMLEPILOG = --epilog="$(WMLBASE)/convert $(@F)"

clean::
	rm -f *.$(LANGUAGE).html.tmp

© 2014-2024 Faster IT GmbH | imprint | privacy policy