aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Karlsson <peterk>2001-01-03 07:34:11 +0000
committerPeter Karlsson <peterk>2001-01-03 07:34:11 +0000
commit6e0c158f89ec31594687e23f5e76f50f21f23565 (patch)
tree1564ec97f929ffb400d7f5508b39ccac7287ed03
parentb915d469f7c56daf0715f50c88918268fbf22800 (diff)
Make Greek pages build
CVS version numbers Makefile: 1.22 -> 1.23 greek/.wmlrc: INITIAL -> 1.1 greek/Make.lang: INITIAL -> 1.1 greek/Makefile: INITIAL -> 1.1
-rw-r--r--Makefile3
-rw-r--r--greek/.wmlrc13
-rw-r--r--greek/Make.lang7
-rw-r--r--greek/Makefile23
4 files changed, 45 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d72524553d1..2679ff7235d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,8 @@
LANGUAGES := english chinese croatian danish dutch esperanto finnish \
french german hungarian italian japanese korean norwegian \
- polish portuguese romanian russian spanish swedish turkish
+ polish portuguese romanian russian spanish swedish turkish \
+ hellas
# existing translations that have been removed due to neglect:
# arabic
diff --git a/greek/.wmlrc b/greek/.wmlrc
new file mode 100644
index 00000000000..24841a6825e
--- /dev/null
+++ b/greek/.wmlrc
@@ -0,0 +1,13 @@
+-D CUR_LANG=Greek
+-D CUR_ISO_LANG=el
+-D CHARSET=iso-8859-7
+-D HOME~.
+-D INTRO~intro
+-D DEVEL~devel
+-D DOC~doc
+-D DISTRIB~distrib
+-D MISC~misc
+-D BUGS~Bugs
+-D PICS~Pics
+-D STYLE~style
+-D CHINESE~intl/zh
diff --git a/greek/Make.lang b/greek/Make.lang
new file mode 100644
index 00000000000..81e14f113c6
--- /dev/null
+++ b/greek/Make.lang
@@ -0,0 +1,7 @@
+# The two-letter code for the language
+LANGUAGE := el
+
+include $(WMLBASE)/../Makefile.common
+
+# If you need to modify that is already defined in ../Makefile.common
+# you can put it below
diff --git a/greek/Makefile b/greek/Makefile
new file mode 100644
index 00000000000..9bd2ba08343
--- /dev/null
+++ b/greek/Makefile
@@ -0,0 +1,23 @@
+# This Makefile should need no changes from webwml/english/Makefile
+# Please send a message to debian-www if you need to modify anything
+# so the problem can be fixed.
+
+WMLBASE=.
+CUR_DIR=
+SUBS=Bugs MailingLists News Pics consultants devel distrib doc events intro \
+international logos mirror misc partners ports releases security vote y2k \
+chinese searchtmpl
+
+include $(WMLBASE)/Make.lang
+
+
+# Do Not modify the following line
+index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/mainpage.wml \
+ $(wildcard News/2000/2000*.wml) $(wildcard $(ENGLISHSRCDIR)/News/2000/2000*.wml) \
+ $(wildcard security/2000/2000*.wml) $(wildcard $(ENGLISHSRCDIR)/security/2000/2000*.wml) \
+ $(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_list.wml $(TEMPLDIR)/languages.wml \
+ $(ENGLISHSRCDIR)/releases/info
+ $(WML) index.wml
+
+install::
+ test -L $(HTMLDIR)/intl || ln -sf international $(HTMLDIR)/intl

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