aboutsummaryrefslogtreecommitdiffstats
path: root/arabic/Make.lang
diff options
context:
space:
mode:
authorArabic Language Team <arabic>1999-12-05 12:24:06 +0000
committerArabic Language Team <arabic>1999-12-05 12:24:06 +0000
commit022f31a461cf386ff55d5f032962fe498c40cc10 (patch)
tree9fbb9631efbcdca9151ab71c9264f637b4d97e17 /arabic/Make.lang
parent3e99eac5135aafc45221acf91258d7a43ad596df (diff)
Adapted generic wml files for Arabic
CVS version numbers arabic/Make.common: INITIAL -> 1.1 arabic/Make.dep.generic: INITIAL -> 1.1 arabic/Make.dep.templ: INITIAL -> 1.1 arabic/Make.lang: INITIAL -> 1.1 arabic/Makefile: INITIAL -> 1.1
Diffstat (limited to 'arabic/Make.lang')
-rw-r--r--arabic/Make.lang21
1 files changed, 21 insertions, 0 deletions
diff --git a/arabic/Make.lang b/arabic/Make.lang
new file mode 100644
index 00000000000..fbfe1925858
--- /dev/null
+++ b/arabic/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=ar
+LANGUAGECAP=AR
+
+# 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