From e9208f68d22661a92ca09b9fb304cd26ebd59bf8 Mon Sep 17 00:00:00 2001 From: hno <> Date: Mon, 1 Apr 2002 18:59:55 +0000 Subject: [PATCH] Syncronised the list of error languages used when making distributions --- errors/Makefile.am | 38 ++++++++++++++++++++++++++++++++------ 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/errors/Makefile.am b/errors/Makefile.am index a22a7d69a9..c2bb74aaa6 100644 --- a/errors/Makefile.am +++ b/errors/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in # -# $Id: Makefile.am,v 1.5 2001/11/30 15:27:13 hno Exp $ +# $Id: Makefile.am,v 1.6 2002/04/01 11:59:55 hno Exp $ # errordir = $(datadir)/errors @@ -11,11 +11,37 @@ errordir = $(datadir)/errors DEFAULT_ERROR_DIR = $(errordir) INSTALL_LANGUAGES = @ERR_LANGUAGES@ -LANGUAGES = Bulgarian Czech Danish Dutch English Estonian Finnish French \ - German Hungarian Italian Japanese Korean Polish Portuguese \ - Romanian Russian-1251 Russian-koi8-r Serbian Simplify_Chinese \ - Slovak Spanish Swedish Traditional_Chinese Turkish - +LANGUAGES = \ + Bulgarian \ + Catalan \ + Czech \ + Danish \ + Dutch \ + English \ + Estonian \ + Finnish \ + French \ + German \ + Hebrew \ + Hungarian \ + Italian \ + Japanese \ + Korean \ + list \ + Makefile.am \ + Makefile.in \ + Polish \ + Portuguese \ + Romanian \ + Russian-1251 \ + Russian-koi8-r \ + Serbian \ + Simplify_Chinese \ + Slovak \ + Spanish \ + Swedish \ + Traditional_Chinese \ + Turkish install-data-local: @for l in $(INSTALL_LANGUAGES); do \ -- 2.47.3