diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1997-09-18 19:16:51 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1997-09-18 19:16:51 +0000 |
| commit | dc56f9cd0b5117910ae4eaa463629e5835b89f57 (patch) | |
| tree | a5d6459fc5a4e0524e897559849782cbdf2771e7 | |
| parent | f1b4a89e74202619c5f34ec989066716f7308494 (diff) | |
Notes
| -rw-r--r-- | share/timedef/data/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/timedef/data/Makefile b/share/timedef/data/Makefile index 7627aad66e09..5723389096f3 100644 --- a/share/timedef/data/Makefile +++ b/share/timedef/data/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.15 1997/03/25 16:16:56 ache Exp $ +# $Id: Makefile,v 1.16 1997/06/03 14:17:11 ache Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} @@ -11,6 +11,7 @@ LOCALES= da_DK.ISO_8859-1 \ fr_FR.ISO_8859-1 \ hr_HR.ISO_8859-2 \ is_IS.ISO_8859-1 \ + ja_JP.SJIS \ it_IT.ISO_8859-1 \ ko_KR.EUC \ no_NO.ISO_8859-1 \ |
