diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-08-15 12:51:49 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-08-15 12:51:49 +0000 |
| commit | 7a55a3c23091a0ccd63404fb780204470c08d4ae (patch) | |
| tree | acea031e2f370068f64b0ddd70f5d19faec74746 /share | |
| parent | 15160dd67b47533ae8a829ba719db04f7d029c8b (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/mklocale/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/mklocale/Makefile b/share/mklocale/Makefile index ba93e1ef5e47..e2481e485cf5 100644 --- a/share/mklocale/Makefile +++ b/share/mklocale/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.14 1998/08/07 17:07:12 ache Exp $ +# $Id: Makefile,v 1.15 1998/08/10 09:49:42 phk Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} @@ -11,7 +11,8 @@ LOCALES= ja_JP.EUC \ lt_LN.ISO_8859-2 \ ru_SU.CP866 \ ru_SU.KOI8-R \ - zh_CN.EUC + zh_CN.EUC \ + zh_TW.BIG5 LOCALEDIR= ${DESTDIR}/usr/share/locale |
