From b0ce21fe0db57d252d5789db8e0409b4b53767a6 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 8 Dec 1996 14:05:08 +0000 Subject: Link Dutch catalog with nl_NL instead of da_DK --- usr.bin/vi/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index b162715..2d74f8c 100644 --- a/usr.bin/vi/Makefile +++ b/usr.bin/vi/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.8 1996/11/10 15:49:49 paul Exp $ +# $Id: Makefile,v 1.9 1996/11/21 10:13:25 ache Exp $ # # This has most of the glue needed to compile tknvi and the perl hooks, # but not all. @@ -39,7 +39,7 @@ MLINKS+=vi.1 ex.1 vi.1 view.1 MLINKS+=vi.1 nex.1 vi.1 nview.1 vi.1 nvi.1 CATALOGS= dutch english french german ru_SU.KOI8-R spanish swedish -DALINKS= da_DK +NLLINKS= nl_NL ENLINKS= en_AU en_CA en_GB en_US FRLINKS= fr_BE fr_CA fr_CH fr_FR DELINKS= de_AT de_CH de_DE @@ -155,7 +155,7 @@ afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ ${CATALOGS:S;^;${SRCDIR}/catalog/;} \ ${DESTDIR}/usr/share/vi/catalog - for l in ${DALINKS}; do \ + for l in ${NLLINKS}; do \ ln -fs dutch ${DESTDIR}/usr/share/vi/catalog/$$l.ISO_8859-1; \ done for l in ${ENLINKS}; do \ -- cgit v1.1