aboutsummaryrefslogtreecommitdiffstats
path: root/norwegian/Make.lang
diff options
context:
space:
mode:
authorNorwegian Language Team <norwegian>1999-06-15 09:33:06 +0000
committerNorwegian Language Team <norwegian>1999-06-15 09:33:06 +0000
commit33b07fa3853931f27ba885eb2a9684e809dfebf2 (patch)
tree2c1b3ef88f63fc4c3da9540132bf4fda6c77784f /norwegian/Make.lang
parenta8b7af3df20f3e27bd545b70552a45d79b3e6c09 (diff)
Initial revision
CVS version numbers norwegian/Make.lang: INITIAL -> 1.1 norwegian/contact.wml: INITIAL -> 1.1 norwegian/donations.wml: INITIAL -> 1.1 norwegian/index.wml: INITIAL -> 1.1 norwegian/license.wml: INITIAL -> 1.1 norwegian/related_links.wml: INITIAL -> 1.1 norwegian/consultants/index.wml: INITIAL -> 1.1 norwegian/devel/people.wml: INITIAL -> 1.1 norwegian/distrib/vendors.CD.def: INITIAL -> 1.1 norwegian/distrib/vendors.wml: INITIAL -> 1.1
Diffstat (limited to 'norwegian/Make.lang')
-rw-r--r--norwegian/Make.lang21
1 files changed, 21 insertions, 0 deletions
diff --git a/norwegian/Make.lang b/norwegian/Make.lang
new file mode 100644
index 00000000000..3b8147119bf
--- /dev/null
+++ b/norwegian/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=no
+LANGUAGECAP=NO
+
+# 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