aboutsummaryrefslogtreecommitdiffstats
path: root/turkish/Make.lang
diff options
context:
space:
mode:
authorTurkish Language Team <turkish>1999-08-31 16:49:37 +0000
committerTurkish Language Team <turkish>1999-08-31 16:49:37 +0000
commite17dd2c595ee04b1d4a4565b60d86db70c2fae65 (patch)
tree07643efb4d135a97a0f755d783f509f8bf658b77 /turkish/Make.lang
parentb32ce48b4c51634c05ab746e12ff46ba49b5f755 (diff)
*** empty log message ***
CVS version numbers turkish/Make.common: INITIAL -> 1.1 turkish/Make.dep.generic: INITIAL -> 1.1 turkish/Make.dep.templ: INITIAL -> 1.1 turkish/Make.lang: INITIAL -> 1.1 turkish/Makefile: INITIAL -> 1.1
Diffstat (limited to 'turkish/Make.lang')
-rw-r--r--turkish/Make.lang21
1 files changed, 21 insertions, 0 deletions
diff --git a/turkish/Make.lang b/turkish/Make.lang
new file mode 100644
index 00000000000..6862cf94102
--- /dev/null
+++ b/turkish/Make.lang
@@ -0,0 +1,21 @@
+# The LANGUAGE variable needs to be set for each language.
+# LANGUAGECAP is just the capitalization of LANGUAGE (this is needed for wml slices)
+LANGUAGE=tr
+LANGUAGECAP=TR
+
+# 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
+WMLOUTFILE=$(@F)
+WMLPROLOG=
+WMLEPILOG=
+WML=wml $(WMLOPTIONS) -o UNDEFu$(LANGUAGECAP):$(WMLOUTFILE) $(WMLPROLOG) $(WMLEPILOG)
+

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