aboutsummaryrefslogtreecommitdiffstats
path: root/hungarian/Make.lang
diff options
context:
space:
mode:
authorHungarian Language Team <hungarian>1999-11-28 21:16:27 +0000
committerHungarian Language Team <hungarian>1999-11-28 21:16:27 +0000
commitd94c64c5bdb0f76a53937f594e8e83040dc5c6ac (patch)
tree03c1b245f3191c35e9c518fac71efceeb5a7f680 /hungarian/Make.lang
parent4ea6e25b6e8fb0cd7de71ebde52d217a44281f09 (diff)
First steps.
CVS version numbers hungarian/.wmlrc: INITIAL -> 1.1 hungarian/Make.common: INITIAL -> 1.1 hungarian/Make.dep.generic: INITIAL -> 1.1 hungarian/Make.dep.templ: INITIAL -> 1.1 hungarian/Make.lang: INITIAL -> 1.1 hungarian/Makefile: INITIAL -> 1.1
Diffstat (limited to 'hungarian/Make.lang')
-rw-r--r--hungarian/Make.lang21
1 files changed, 21 insertions, 0 deletions
diff --git a/hungarian/Make.lang b/hungarian/Make.lang
new file mode 100644
index 00000000000..366218e4152
--- /dev/null
+++ b/hungarian/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=hu
+LANGUAGECAP=HU
+
+# 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