aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-08-19 20:31:25 +0000
committerNik Clayton <nik@FreeBSD.org>1999-08-19 20:31:25 +0000
commit61280f6102c92d8dc5d51ac441c531c44ac58062 (patch)
tree4a64af5c0720f287cf5bb64cc52ace7a103aa24e /Makefile
parent0b08ebf3c06f68723243fa11b5e575e2c0f47dbb (diff)
downloaddoc-61280f6102c92d8dc5d51ac441c531c44ac58062.tar.gz
doc-61280f6102c92d8dc5d51ac441c531c44ac58062.zip
Replace rs_SU.KOI8-R with ru_RU.KOI8-R. The necessary repository work
has already been done by JDP.
Notes
Notes: svn path=/head/; revision=5399
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e88f48b2b0..91ac985cda 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
-# $Id: Makefile,v 1.11 1999-08-17 22:12:29 nik Exp $
+# $Id: Makefile,v 1.12 1999-08-19 20:31:25 nik Exp $
SUBDIR = en_US.ISO_8859-1
SUBDIR+= es_ES.ISO_8859-1
SUBDIR+= ja_JP.eucJP
-SUBDIR+= ru_SU.KOI8-R
+SUBDIR+= ru_RU.KOI8-R
SUBDIR+= zh_TW.Big5
.include <bsd.subdir.mk>