aboutsummaryrefslogtreecommitdiffstats
path: root/danish/Make.lang
blob: 305a77d37ec5570f93a30a51a63a7d54c63c3c7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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