aboutsummaryrefslogtreecommitdiffstats
path: root/danish/Make.lang
diff options
context:
space:
mode:
authorJames A. Treacy <treacy>1998-11-24 23:54:31 +0000
committerJames A. Treacy <treacy>1998-11-24 23:54:31 +0000
commitf582dd192f71f8ddf233049eef011df51a18b68a (patch)
tree1f48ace50482b12bc9ddf5d7cd1d0a02b25ee278 /danish/Make.lang
parent323d52a91e7553f4f6b071b38208e01b05087c1b (diff)
added Makefiles so global make works properly
CVS version numbers danish/Make.common: INITIAL -> 1.1 danish/Make.dep.generic: INITIAL -> 1.1 danish/Make.dep.templ: INITIAL -> 1.1 danish/Make.lang: INITIAL -> 1.1 danish/Makefile: INITIAL -> 1.1
Diffstat (limited to 'danish/Make.lang')
-rw-r--r--danish/Make.lang21
1 files changed, 21 insertions, 0 deletions
diff --git a/danish/Make.lang b/danish/Make.lang
new file mode 100644
index 00000000000..305a77d37ec
--- /dev/null
+++ b/danish/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=da
+LANGUAGECAP=DA
+
+# 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 $(WMLOUTFILE) $(WMLPROLOG) $(WMLEPILOG)
+

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