From f582dd192f71f8ddf233049eef011df51a18b68a Mon Sep 17 00:00:00 2001 From: "James A. Treacy" Date: Tue, 24 Nov 1998 23:54:31 +0000 Subject: 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 --- danish/Make.lang | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 danish/Make.lang (limited to 'danish/Make.lang') 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 " \ +# --epilog="/usr/bin/tcs > $(@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) + -- cgit v1.2.3