aboutsummaryrefslogtreecommitdiffstats
path: root/english/Make.lang
diff options
context:
space:
mode:
authorJames A. Treacy <treacy>1998-10-21 18:27:22 +0000
committerJames A. Treacy <treacy>1998-10-21 18:27:22 +0000
commit5dc380a737d1cd441150e48c578df38a5e080806 (patch)
tree22bd54bb47415ef8af67eaea0033b7c97abaac6a /english/Make.lang
parent9727bc02af9a246a4562c50e8810bd02faddd078 (diff)
add -o option to WML line
CVS version numbers english/Make.lang: 1.2 -> 1.3
Diffstat (limited to 'english/Make.lang')
-rw-r--r--english/Make.lang7
1 files changed, 5 insertions, 2 deletions
diff --git a/english/Make.lang b/english/Make.lang
index 319c1fd2750..ef4c0185de8 100644
--- a/english/Make.lang
+++ b/english/Make.lang
@@ -8,8 +8,11 @@ LANGUAGE=en
# 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>"
-WML=wml -q
+# --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.
+WML=wml -q -o $(@D)/$(@F)
# The following was included here simply because it was convenient

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