aboutsummaryrefslogtreecommitdiffstats
path: root/korean/Make.lang
diff options
context:
space:
mode:
authorJosip Rodin <joy>2000-08-17 17:16:17 +0000
committerJosip Rodin <joy>2000-08-17 17:16:17 +0000
commitfaf742606c4a1f861e9a535bd5a4aeb8929b820b (patch)
treebed4b8f992cefed95de71688ab3cfc932b6bc6fc /korean/Make.lang
parent6ee74b6be21c0ec058d7247ca250e43546c8cec8 (diff)
updated to the new Makefile.common scheme
CVS version numbers korean/Make.common: 1.6 -> 1.7 korean/Make.dep.generic: 1.1 -> 1.2 korean/Make.dep.templ: 1.1 -> 1.2 korean/Make.lang: 1.2 -> 1.3
Diffstat (limited to 'korean/Make.lang')
-rw-r--r--korean/Make.lang24
1 files changed, 5 insertions, 19 deletions
diff --git a/korean/Make.lang b/korean/Make.lang
index 6e10c024a3c..793ce381657 100644
--- a/korean/Make.lang
+++ b/korean/Make.lang
@@ -1,21 +1,7 @@
-# The LANGUAGE variable needs to be set for each language.
-# LANGUAGECAP is just the capitalization of LANGUAGE (this is needed for wml slices)
-LANGUAGE=ko
-LANGUAGECAP=KO
+# The two-letter code for the language
+LANGUAGE := ko
-# The '-q' forces wml to be quiet. Very useful in scripts.
-# It is sometimes useful to add '--epilog=weblint' to check for errors
-# in the html generated.
-# Other languages may want to change the wml command to execute programs
-# that get run before or after wml. For example,
-# WML="wml -q --prolog="/usr/bin/tcs <options here>" \
-# --epilog="/usr/bin/tcs <options here> > $(@D)/$(@F)" \
-# -o $(@F)
-# If you use --epilog as above, then you will want to add a line to
-# Make.templ.inc to remove $(@F) after WML is done.
-WMLOPTIONS=-q -D CUR_YEAR=$(shell date +%Y)
-WMLOUTFILE=$(@F)
-WMLPROLOG=
-WMLEPILOG=
-WML=wml $(WMLOPTIONS) -o UNDEFu$(LANGUAGECAP):$(WMLOUTFILE) $(WMLPROLOG) $(WMLEPILOG)
+include $(WMLBASE)/../Makefile.common
+# If you need to modify that is already defined in ../Makefile.common
+# you can put it below

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