head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2009.12.06.09.58.58;	author adrian;	state Exp;
branches;
next	;


desc
@@


1.1
log
@* Don't install the 'templates' error page directory. It isn't required.
* Default to "English" instead of "templates" in the configure script.
@
text
@--- errors/Makefile.in.orig	2009-12-06 09:30:18.000000000 +0000
+++ errors/Makefile.in	2009-12-06 09:30:24.000000000 +0000
@@@@ -236,7 +236,7 @@@@
 uudecode = @@uudecode@@
 errordir = $(datadir)/errors
 DEFAULT_ERROR_DIR = $(errordir)
-INSTALL_LANGUAGES = templates @@ERR_LANGUAGES@@
+INSTALL_LANGUAGES = @@ERR_LANGUAGES@@
 TEMPLATE_LANGUAGES = English
 LANGUAGES = \
 		Armenian \
@@@@ -468,7 +468,7 @@@@
 	fi
 
 dist-hook:
-	@@ for lang in $(LANGUAGES) templates; do \
+	@@ for lang in $(LANGUAGES) ; do \
 	  if test "$$lang" = .; then :; else \
 	    test -d $(distdir)/$$lang \
 	    || mkdir $(distdir)/$$lang \
@
