aboutsummaryrefslogtreecommitdiffstats
path: root/portuguese/Make.lang
diff options
context:
space:
mode:
authorPortuguese Language Team <portuguese>1999-03-08 15:58:01 +0000
committerPortuguese Language Team <portuguese>1999-03-08 15:58:01 +0000
commit61c82653b051679a15b5a8b38c290691513c34c1 (patch)
tree82dcaf084205da69c9ee9f55b53b821adaddb199 /portuguese/Make.lang
parent94e53df7521d0ec648338c3e409b896c4a490bd7 (diff)
Makefiles were included, I forgot them the first time, damn! :)
CVS version numbers portuguese/Make.common: INITIAL -> 1.1 portuguese/Make.dep.generic: INITIAL -> 1.1 portuguese/Make.dep.templ: INITIAL -> 1.1 portuguese/Make.lang: INITIAL -> 1.1 portuguese/Makefile: INITIAL -> 1.1
Diffstat (limited to 'portuguese/Make.lang')
-rw-r--r--portuguese/Make.lang21
1 files changed, 21 insertions, 0 deletions
diff --git a/portuguese/Make.lang b/portuguese/Make.lang
new file mode 100644
index 00000000000..8d139986396
--- /dev/null
+++ b/portuguese/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=pt
+LANGUAGECAP=PT
+
+# 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 UNDEFu$(LANGUAGECAP):$(WMLOUTFILE) $(WMLPROLOG) $(WMLEPILOG)
+

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