From 844ba44ac0d59203cede64d25163c0a62fb4b29e Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 17 Mar 2001 20:15:21 +0000 Subject: DIS -> ISO --- bin/csh/nls/finnish/Makefile | 2 +- bin/csh/nls/french/Makefile | 4 ++-- bin/csh/nls/german/Makefile | 4 ++-- bin/csh/nls/italian/Makefile | 2 +- bin/csh/nls/spanish/Makefile | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'bin/csh') diff --git a/bin/csh/nls/finnish/Makefile b/bin/csh/nls/finnish/Makefile index 5c7c3fd..dd8002f 100644 --- a/bin/csh/nls/finnish/Makefile +++ b/bin/csh/nls/finnish/Makefile @@ -2,7 +2,7 @@ NL= finnish DL= fi_FI.ISO_8859-1 -LL= fi_FI.DIS_8859-15 +LL= fi_FI.ISO_8859-15 .PATH: ${BASESRC}/${NL} diff --git a/bin/csh/nls/french/Makefile b/bin/csh/nls/french/Makefile index 9a3305f..ce86796 100644 --- a/bin/csh/nls/french/Makefile +++ b/bin/csh/nls/french/Makefile @@ -3,8 +3,8 @@ NL= french DL= fr_FR.ISO_8859-1 LL= fr_BE.ISO_8859-1 fr_CA.ISO_8859-1 fr_CH.ISO_8859-1 \ - fr_BE.DIS_8859-15 fr_CA.DIS_8859-15 fr_CH.DIS_8859-15 \ - fr_FR.DIS_8859-15 + fr_BE.ISO_8859-15 fr_CA.ISO_8859-15 fr_CH.ISO_8859-15 \ + fr_FR.ISO_8859-15 .PATH: ${BASESRC}/${NL} diff --git a/bin/csh/nls/german/Makefile b/bin/csh/nls/german/Makefile index 5e126da..eff9866 100644 --- a/bin/csh/nls/german/Makefile +++ b/bin/csh/nls/german/Makefile @@ -2,8 +2,8 @@ NL= german DL= de_DE.ISO_8859-1 -LL= de_AT.ISO_8859-1 de_CH.ISO_8859-1 de_AT.DIS_8859-15 \ - de_CH.DIS_8859-15 de_DE.DIS_8859-15 +LL= de_AT.ISO_8859-1 de_CH.ISO_8859-1 de_AT.ISO_8859-15 \ + de_CH.ISO_8859-15 de_DE.ISO_8859-15 .PATH: ${BASESRC}/${NL} diff --git a/bin/csh/nls/italian/Makefile b/bin/csh/nls/italian/Makefile index bed7d8a..afbb18f 100644 --- a/bin/csh/nls/italian/Makefile +++ b/bin/csh/nls/italian/Makefile @@ -2,7 +2,7 @@ NL= italian DL= it_IT.ISO_8859-1 -LL= it_CH.ISO_8859-1 it_IT.DIS_8859-15 it_CH.DIS_8859-15 +LL= it_CH.ISO_8859-1 it_IT.ISO_8859-15 it_CH.ISO_8859-15 .PATH: ${BASESRC}/${NL} diff --git a/bin/csh/nls/spanish/Makefile b/bin/csh/nls/spanish/Makefile index f6125f4..204e88d 100644 --- a/bin/csh/nls/spanish/Makefile +++ b/bin/csh/nls/spanish/Makefile @@ -2,7 +2,7 @@ NL= spanish DL= es_ES.ISO_8859-1 -LL= es_ES.DIS_8859-15 +LL= es_ES.ISO_8859-15 .PATH: ${BASESRC}/${NL} -- cgit v1.1