head	1.2;
access;
symbols
	REL8_3_11:1.1
	REL8_4_4:1.1
	REL8_3_10:1.1
	REL8_4_3:1.1
	REL8_3_9:1.1
	REL8_4_2:1.1
	REL8_5_ALPHA2:1.1
	REL8_5_ALPHA2_BRANCH:1.1.0.8
	REL8_3_8:1.1
	REL8_4_1:1.1
	REL8_5_ALPHA1:1.1
	REL8_5_ALPHA1_BRANCH:1.1.0.6
	REL8_4_STABLE:1.1.0.4
	REL8_4_0:1.1
	REL8_4_RC2:1.1
	REL8_4_RC1:1.1
	REL8_4_BETA2:1.1
	REL8_4_BETA1:1.1
	REL8_3_7:1.1
	REL8_3_6:1.1
	REL8_3_5:1.1
	REL8_3_4:1.1
	REL8_3_3:1.1
	REL8_3_2:1.1
	REL8_3_1:1.1
	REL8_3_STABLE:1.1.0.2
	REL8_3_0:1.1
	REL8_3_RC2:1.1
	REL8_3_RC1:1.1
	REL8_3_BETA4:1.1
	REL8_3_BETA3:1.1
	REL8_3_BETA2:1.1
	REL8_3_BETA1:1.1;
locks; strict;
comment	@# @;


1.2
date	2009.11.04.23.47.04;	author tgl;	state dead;
branches;
next	1.1;

1.1
date	2007.03.25.11.56.03;	author ishii;	state Exp;
branches;
next	;


desc
@@


1.2
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: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_shift_jis_2004/Makefile,v 1.1 2007/03/25 11:56:03 ishii Exp $
#
#-------------------------------------------------------------------------
subdir = src/backend/utils/mb/conversion_procs/utf8_and_shift_jis_2004
top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global

NAME		= utf8_and_shift_jis_2004

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


1.1
log
@Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004,
along with new conversions among EUC_JIS_2004, SHIFT_JIS_2004 and UTF-8.
catalog version has been bump up.
@
text
@d3 1
a3 1
# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_euc_jp/Makefile,v 1.4 2007/02/09 15:55:59 petere Exp $
@

