]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Syncronised the list of error languages used when making distributions
authorhno <>
Mon, 1 Apr 2002 18:59:55 +0000 (18:59 +0000)
committerhno <>
Mon, 1 Apr 2002 18:59:55 +0000 (18:59 +0000)
errors/Makefile.am

index a22a7d69a9468250b4ec154cef9b3d805a4417d8..c2bb74aaa6a335da9949939176a58f3b2073a4c5 100644 (file)
@@ -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 \