aboutsummaryrefslogtreecommitdiffstats
path: root/french/Make.lang
diff options
context:
space:
mode:
authorChristophe Le Bars <clebars>1998-11-07 15:07:37 +0000
committerChristophe Le Bars <clebars>1998-11-07 15:07:37 +0000
commite8e0f47bfcc1793ae4aa01608a0584841507845c (patch)
treeea4079f575ea98470ade44d2681989acf6659857 /french/Make.lang
parentf61034686331947a8a2ac9274240ca6f4fabd764 (diff)
Nouveaux Makefile
CVS version numbers french/Make.common: INITIAL -> 1.1 french/Make.dep.generic: INITIAL -> 1.1 french/Make.dep.templ: INITIAL -> 1.1 french/Make.lang: 1.1 -> 1.2 french/Makefile: 1.8 -> 1.9
Diffstat (limited to 'french/Make.lang')
-rw-r--r--french/Make.lang19
1 files changed, 19 insertions, 0 deletions
diff --git a/french/Make.lang b/french/Make.lang
index 0c88295fdfa..5f063a0fb11 100644
--- a/french/Make.lang
+++ b/french/Make.lang
@@ -1 +1,20 @@
+# The LANGUAGE variable needs to be set for each language.
+# LANGUAGECAP is just the capitalization of LANGUAGE (this is needed for wml slices)
LANGUAGE=fr
+LANGUAGECAP=FR
+
+# 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