aboutsummaryrefslogtreecommitdiffstats
path: root/dutch/Make.lang
diff options
context:
space:
mode:
authorDutch Language Team <dutch>2000-02-06 23:36:10 +0000
committerDutch Language Team <dutch>2000-02-06 23:36:10 +0000
commit9254de5ddc5c1014b68b9844ca6033c9693d043e (patch)
treeaae856b0ba07e71724f5342975b43e39d3d6207e /dutch/Make.lang
parent1b538918b0ae13db33c396fbc8340325c0be0bd2 (diff)
*** empty log message ***
CVS version numbers dutch/Make.common: INITIAL -> 1.1 dutch/Make.dep.generic: INITIAL -> 1.1 dutch/Make.dep.templ: INITIAL -> 1.1 dutch/Make.lang: INITIAL -> 1.1 dutch/Makefile: INITIAL -> 1.1 dutch/contact.wml: INITIAL -> 1.1 dutch/index.wml: 1.2 -> 1.3
Diffstat (limited to 'dutch/Make.lang')
-rw-r--r--dutch/Make.lang21
1 files changed, 21 insertions, 0 deletions
diff --git a/dutch/Make.lang b/dutch/Make.lang
new file mode 100644
index 00000000000..776eb9b46a1
--- /dev/null
+++ b/dutch/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=nl
+LANGUAGECAP=NL
+
+# 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)
+

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