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:
phantom 2000-05-04 11:35:27 +00:00
parent b2f9397636
commit e2481631f6
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_ */