aboutsummaryrefslogtreecommitdiffstats
path: root/spanish/Make.lang
diff options
context:
space:
mode:
authorJames A. Treacy <treacy>1998-11-10 18:12:29 +0000
committerJames A. Treacy <treacy>1998-11-10 18:12:29 +0000
commite87bc608991d897a2421b6ad811de0277d4af2c6 (patch)
tree65a44ed17f62aa7c8f8c2fa72104bbabbdd05322 /spanish/Make.lang
parente4c70a85d842bf3595f9ce94741fed8d2d2c997d (diff)
update Makefiles to new style
CVS version numbers spanish/Make.common: INITIAL -> 1.1 spanish/Make.dep.generic: INITIAL -> 1.1 spanish/Make.dep.templ: INITIAL -> 1.1 spanish/Make.lang: 1.1 -> 1.2 spanish/Makefile: 1.4 -> 1.5 spanish/MailingLists/Makefile: 1.1 -> 1.2 spanish/News/Makefile: 1.2 -> 1.3 spanish/News/1997/Makefile: 1.2 -> 1.3 spanish/News/1998/Makefile: 1.2 -> 1.3 spanish/devel/Makefile: 1.1 -> 1.2 spanish/distrib/Makefile: 1.1 -> 1.2 spanish/doc/Makefile: 1.2 -> 1.3 spanish/intro/Makefile: 1.4 -> 1.5 spanish/logos/Makefile: 1.2 -> 1.3 spanish/ports/Makefile: 1.1 -> 1.2 spanish/ports/alpha/Makefile: 1.1 -> 1.2 spanish/ports/arm/Makefile: 1.1 -> 1.2 spanish/ports/powerpc/Makefile: 1.1 -> 1.2 spanish/ports/sparc/Makefile: 1.1 -> 1.2 spanish/security/Makefile: 1.1 -> 1.2
Diffstat (limited to 'spanish/Make.lang')
-rw-r--r--spanish/Make.lang24
1 files changed, 20 insertions, 4 deletions
diff --git a/spanish/Make.lang b/spanish/Make.lang
index b5fe2c34495..720db0609a3 100644
--- a/spanish/Make.lang
+++ b/spanish/Make.lang
@@ -1,5 +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=es
-# Recode is needed in case there are accents (latin1) in the
-# translation, turn á to &aacute;
-#recode:
-# ( recode latin1:html -d $(WMLFILES) )
+LANGUAGECAP=ES
+
+# 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