head	1.1;
access;
symbols
	REL9_0_0:1.1
	REL9_1_ALPHA1:1.1
	REL9_0_RC1:1.1
	REL9_0_BETA4:1.1
	REL9_0_STABLE:1.1.0.8
	REL9_0_BETA3:1.1
	REL9_0_BETA2:1.1
	REL9_0_BETA1:1.1
	REL9_0_ALPHA5_BRANCH:1.1.0.6
	REL9_0_ALPHA5:1.1
	REL9_0_ALPHA4:1.1
	REL9_0_ALPHA4_BRANCH:1.1.0.4
	REL8_5_ALPHA3:1.1
	REL8_5_ALPHA3_BRANCH:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	2009.11.04.23.47.04;	author tgl;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Rename some encoding conversion modules to keep pathnames in our source
tarballs under 100 characters.  This should avoid failures with certain
untarring tools (WinZip and Midnight Commander have been mentioned as
likely suspects).  Per my proposal of yesterday.
catversion bumped since the initial contents of pg_proc change.
@
text
@#-------------------------------------------------------------------------
#
# $PostgreSQL$
#
#-------------------------------------------------------------------------
subdir = src/backend/utils/mb/conversion_procs/euc2004_sjis2004
top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global

NAME		= euc2004_sjis2004

include $(srcdir)/../proc.mk
@
