Rename calendars/ru_SU.KOI8-R to calendars/ru_RU.KOI8-R to reflect

locale name change (ru_SU.KOI8-R -> ru_RU.KOI8-R)

Not objected to by:	ache
This commit is contained in:
Alexey Zelkin 2000-05-04 11:35:27 +00:00
parent 69b13cd80e
commit f897bc64ea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59948
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
PROG= calendar
SRCS= calendar.c io.c day.c ostern.c paskha.c
CFLAGS+= -Wall
INTER= de_DE.ISO_8859-1 hr_HR.ISO_8859-2 ru_SU.KOI8-R
INTER= de_DE.ISO_8859-1 hr_HR.ISO_8859-2 ru_RU.KOI8-R
TEXTMODE?= 444
beforeinstall:

View File

@ -7,6 +7,6 @@
#ifndef _calendar_russian_
#define _calendar_russian_
#include <ru_SU.KOI8-R/calendar.all>
#include <ru_RU.KOI8-R/calendar.all>
#endif /* !_calendar_russian_ */