aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/Make.lang
diff options
context:
space:
mode:
authorJapanese Language Team <japanese>1998-10-21 15:09:05 +0000
committerJapanese Language Team <japanese>1998-10-21 15:09:05 +0000
commit08cba4d4ce4c4f496afc216f026b99901dbfe858 (patch)
treed8ed1f599ef02c138844e9878fb350e0d19ab77a /japanese/Make.lang
parent216491ba0e2b952d11550b501ada898d58d2b735 (diff)
Improved Makefiles around coding system.
CVS version numbers japanese/Make.lang: 1.1 -> 1.2 japanese/Make.templ.inc: 1.1 -> 1.2 japanese/Makefile: 1.6 -> 1.7 japanese/News/Makefile: 1.2 -> 1.3 japanese/News/1998/Makefile: 1.1 -> 1.2 japanese/distrib/Makefile: 1.1 -> 1.2
Diffstat (limited to 'japanese/Make.lang')
-rw-r--r--japanese/Make.lang19
1 files changed, 19 insertions, 0 deletions
diff --git a/japanese/Make.lang b/japanese/Make.lang
index 45d4d3da777..d960c50e59f 100644
--- a/japanese/Make.lang
+++ b/japanese/Make.lang
@@ -1 +1,20 @@
+# Only the LANGUAGE variable needs to be changed between the different languages.
+# If you find this is not the case please report it to debian-www.
LANGUAGE=ja
+
+# 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>"
+WML=wml -q --prolog="/usr/bin/tcs -f jis-kanji -t ujis" \
+ --epilog="/usr/bin/tcs -f ujis -t jis-kanji"
+
+# The following was included here simply because it was convenient
+
+WMLFILES := $(wildcard *.wml)
+HTMLFILES := $(patsubst %.wml,$(HTMLDIR)/%.html.$(LANGUAGE),$(WMLFILES))
+JPGSOURCE := $(wildcard *.gif)
+JPGDEST := $(patsubst %.gif,$(HTMLDIR)/%.gif,$(JPGSOURCE))

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