diff options
author | imp <imp@FreeBSD.org> | 1999-03-01 06:05:58 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 1999-03-01 06:05:58 +0000 |
commit | 8787d798723e87cfc49acb28f2eba48bffb261c8 (patch) | |
tree | 9053fa7a9a2df5dc95b1d5dc963fb881cc83acc7 /usr.bin/colldef | |
parent | 64427c6a72e1ed5d5c18f2ef6a5a3ffbdda789d6 (diff) | |
download | FreeBSD-src-8787d798723e87cfc49acb28f2eba48bffb261c8.zip FreeBSD-src-8787d798723e87cfc49acb28f2eba48bffb261c8.tar.gz |
Fix disorder introduced by me in the Euro part 2 locale commit.
Submited by: bde
(This was uncommitted for too long in my tree, but is well tested)
Diffstat (limited to 'usr.bin/colldef')
-rw-r--r-- | usr.bin/colldef/data/Makefile | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/usr.bin/colldef/data/Makefile b/usr.bin/colldef/data/Makefile index 8b8bca0..90858e5 100644 --- a/usr.bin/colldef/data/Makefile +++ b/usr.bin/colldef/data/Makefile @@ -1,20 +1,20 @@ -# $Id: Makefile,v 1.17 1999/02/13 14:15:25 ache Exp $ +# $Id: Makefile,v 1.18 1999/02/15 15:11:07 ache Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} -LOCALES= de_DE.ISO_8859-1 \ +LOCALES= de_DE.DIS_8859-15 \ + de_DE.ISO_8859-1 \ + es_ES.DIS_8859-15 \ es_ES.ISO_8859-1 \ + is_IS.DIS_8859-15 \ is_IS.ISO_8859-1 \ lt_LN.ASCII \ + lt_LN.DIS_8859-15 \ lt_LN.ISO_8859-1 \ lt_LN.ISO_8859-2 \ ru_SU.CP866 \ - ru_SU.KOI8-R \ - de_DE.DIS_8859-15 \ - es_ES.DIS_8859-15 \ - is_IS.DIS_8859-15 \ - lt_LN.DIS_8859-15 + ru_SU.KOI8-R LOCALEDIR= ${DESTDIR}/usr/share/locale @@ -38,17 +38,17 @@ DELINKS = de_AT de_CH .if !defined(_BUILD_TOOLS) all: ${LOCALES:S/$/.out/g} -ru_SU.KOI8-R.out: map.KOI8-R -ru_SU.CP866.out: map.CP866 -lt_LN.ISO_8859-1.out: map.ISO_8859-1 -lt_LN.ISO_8859-2.out: map.ISO_8859-2 -es_ES.ISO_8859-1.out: map.ISO_8859-1 +de_DE.DIS_8859-15.out: map.DIS_8859-15 de_DE.ISO_8859-1.out: map.ISO_8859-1 -is_IS.ISO_8859-1.out: map.ISO_8859-1 -lt_LN.DIS_8859-15.out: map.DIS_8859-15 es_ES.DIS_8859-15.out: map.DIS_8859-15 -de_DE.DIS_8859-15.out: map.DIS_8859-15 +es_ES.ISO_8859-1.out: map.ISO_8859-1 is_IS.DIS_8859-15.out: map.DIS_8859-15 +is_IS.ISO_8859-1.out: map.ISO_8859-1 +lt_LN.DIS_8859-15.out: map.DIS_8859-15 +lt_LN.ISO_8859-1.out: map.ISO_8859-1 +lt_LN.ISO_8859-2.out: map.ISO_8859-2 +ru_SU.CP866.out: map.CP866 +ru_SU.KOI8-R.out: map.KOI8-R afterinstall: .for locale in ${LOCALES} |