aboutsummaryrefslogtreecommitdiffstats
path: root/danish/Make.lang
diff options
context:
space:
mode:
authorJosip Rodin <joy>2000-07-31 02:52:44 +0000
committerJosip Rodin <joy>2000-07-31 02:52:44 +0000
commit206f21fa1a912c16a5108512fd69e36aa9a4bc2e (patch)
tree807003a64635fe125c2f0d301c30399275d8f8fa /danish/Make.lang
parentb826b0e1260ba5ff6e127b9ec9120b73ce9405d9 (diff)
contained within ../Makefile.common now
CVS version numbers arabic/Make.common: 1.5 -> 1.6 arabic/Make.dep.generic: 1.1 -> 1.2 arabic/Make.dep.templ: 1.1 -> 1.2 arabic/Make.lang: 1.2 -> 1.3 croatian/Make.common: 1.9 -> 1.10 croatian/Make.dep.generic: 1.2 -> 1.3 croatian/Make.dep.templ: 1.4 -> 1.5 croatian/Make.lang: 1.3 -> 1.4 danish/Make.common: 1.7 -> 1.8 danish/Make.dep.generic: 1.2 -> 1.3 danish/Make.dep.templ: 1.2 -> 1.3 danish/Make.lang: 1.3 -> 1.4 dutch/Make.common: 1.3 -> 1.4 dutch/Make.dep.generic: 1.1 -> 1.2 dutch/Make.dep.templ: 1.1 -> 1.2 dutch/Make.lang: 1.1 -> 1.2 english/Make.common: 1.17 -> 1.18 english/Make.dep.generic: 1.3 -> 1.4 english/Make.dep.templ: 1.9 -> 1.10 english/Make.lang: 1.11 -> 1.12 esperanto/Make.common: 1.5 -> 1.6 esperanto/Make.dep.generic: 1.1 -> 1.2 esperanto/Make.dep.templ: 1.1 -> 1.2 esperanto/Make.lang: 1.2 -> 1.3 finnish/Make.common: 1.6 -> 1.7 finnish/Make.dep.generic: 1.1 -> 1.2 finnish/Make.dep.templ: 1.1 -> 1.2 finnish/Make.lang: 1.2 -> 1.3 french/Make.common: 1.9 -> 1.10 french/Make.dep.generic: 1.2 -> 1.3 french/Make.dep.templ: 1.3 -> 1.4 french/Make.lang: 1.4 -> 1.5 german/Make.common: 1.9 -> 1.10 german/Make.dep.generic: 1.4 -> 1.5 german/Make.dep.templ: 1.4 -> 1.5 german/Make.lang: 1.5 -> 1.6 hungarian/Make.common: 1.5 -> 1.6 hungarian/Make.dep.generic: 1.1 -> 1.2 hungarian/Make.dep.templ: 1.1 -> 1.2 hungarian/Make.lang: 1.2 -> 1.3 italian/Make.common: 1.8 -> 1.9 italian/Make.dep.generic: 1.2 -> 1.3 italian/Make.dep.templ: 1.2 -> 1.3 italian/Make.lang: 1.4 -> 1.5 norwegian/Make.common: 1.6 -> 1.7 norwegian/Make.dep.generic: 1.1 -> 1.2 norwegian/Make.dep.templ: 1.1 -> 1.2 norwegian/Make.lang: 1.2 -> 1.3 polish/Make.common: 1.8 -> 1.9 polish/Make.dep.generic: 1.3 -> 1.4 polish/Make.dep.templ: 1.2 -> 1.3 polish/Make.lang: 1.4 -> 1.5 portuguese/Make.common: 1.6 -> 1.7 portuguese/Make.dep.generic: 1.1 -> 1.2 portuguese/Make.dep.templ: 1.1 -> 1.2 portuguese/Make.lang: 1.2 -> 1.3 romanian/Make.common: 1.5 -> 1.6 romanian/Make.dep.generic: 1.1 -> 1.2 romanian/Make.dep.templ: 1.1 -> 1.2 romanian/Make.lang: 1.2 -> 1.3 russian/Make.common: 1.5 -> 1.6 russian/Make.dep.generic: 1.1 -> 1.2 russian/Make.dep.templ: 1.1 -> 1.2 russian/Make.lang: 1.2 -> 1.3 spanish/Make.common: 1.9 -> 1.10 spanish/Make.dep.generic: 1.4 -> 1.5 spanish/Make.dep.templ: 1.2 -> 1.3 spanish/Make.lang: 1.4 -> 1.5 swedish/Make.common: 1.6 -> 1.7 swedish/Make.dep.generic: 1.1 -> 1.2 swedish/Make.dep.templ: 1.1 -> 1.2 swedish/Make.lang: 1.2 -> 1.3 turkish/Make.common: 1.5 -> 1.6 turkish/Make.dep.generic: 1.1 -> 1.2 turkish/Make.dep.templ: 1.1 -> 1.2 turkish/Make.lang: 1.2 -> 1.3
Diffstat (limited to 'danish/Make.lang')
-rw-r--r--danish/Make.lang24
1 files changed, 5 insertions, 19 deletions
diff --git a/danish/Make.lang b/danish/Make.lang
index 4b5f3a7559c..010aea096a7 100644
--- a/danish/Make.lang
+++ b/danish/Make.lang
@@ -1,21 +1,7 @@
-# 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 two-letter code for the language
+LANGUAGE := 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 -D CUR_YEAR=$(shell date +%Y)
-WMLOUTFILE=$(@F)
-WMLPROLOG=
-WMLEPILOG=
-WML=wml $(WMLOPTIONS) -o UNDEFu$(LANGUAGECAP):$(WMLOUTFILE) $(WMLPROLOG) $(WMLEPILOG)
+include $(WMLBASE)/../Makefile.common
+# If you need to modify that is already defined in ../Makefile.common
+# you can put it below

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