aboutsummaryrefslogtreecommitdiffstats
path: root/romanian/Make.lang
diff options
context:
space:
mode:
authorRomanian Language Team <romanian>1999-12-09 19:04:16 +0000
committerRomanian Language Team <romanian>1999-12-09 19:04:16 +0000
commitafaceb21060b9eaeabd57a8b31d32a1a18afbcbf (patch)
treee8c5fa0da8185d0d754def0782da7bf530e7df60 /romanian/Make.lang
parentfed41e2633902fef8e215ee1aabc83797a1af11b (diff)
starting-up Romanian wml
CVS version numbers romanian/.wmlrc: INITIAL -> 1.1 romanian/Make.common: INITIAL -> 1.1 romanian/Make.dep.generic: INITIAL -> 1.1 romanian/Make.dep.templ: INITIAL -> 1.1 romanian/Make.lang: INITIAL -> 1.1 romanian/Makefile: INITIAL -> 1.1 romanian/Makefile.README: INITIAL -> 1.1 romanian/contact.wml: INITIAL -> 1.1 romanian/social_contract.wml: INITIAL -> 1.1
Diffstat (limited to 'romanian/Make.lang')
-rw-r--r--romanian/Make.lang21
1 files changed, 21 insertions, 0 deletions
diff --git a/romanian/Make.lang b/romanian/Make.lang
new file mode 100644
index 00000000000..cacb9e9a4c2
--- /dev/null
+++ b/romanian/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=ro
+LANGUAGECAP=RO
+
+# 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