head	1.2;
access;
symbols
	REL8_0_25:1.1
	REL8_0_24:1.1
	REL8_0_23:1.1
	REL8_0_22:1.1
	REL8_0_21:1.1
	REL8_0_20:1.1
	REL8_0_19:1.1
	REL8_0_18:1.1
	REL8_0_17:1.1
	REL8_0_16:1.1
	REL8_0_15:1.1
	REL8_0_14:1.1
	REL8_0_13:1.1
	REL8_0_12:1.1
	REL8_0_11:1.1
	REL8_0_10:1.1
	REL8_0_9:1.1
	REL8_0_8:1.1
	REL8_0_7:1.1
	REL8_0_6:1.1
	REL8_0_5:1.1
	REL8_0_4:1.1
	REL8_0_3:1.1
	REL8_0_2:1.1
	REL8_0_1:1.1
	REL8_0_STABLE:1.1.0.4
	REL8_0_0:1.1.0.2
	REL8_0_0RC5:1.1
	REL8_0_0RC4:1.1
	REL8_0_0RC3:1.1
	REL8_0_0RC2:1.1
	REL8_0_0RC1:1.1
	REL8_0_0BETA5:1.1;
locks; strict;
comment	@# @;


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

1.1
date	2004.11.04.06.09.21;	author neilc;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove contrib modules that have been agreed to be obsolete.
(There are more that will be removed once they've been copied to
pgfoundry.org.)
@
text
@# mysql conversion Perl scripts
# $PostgreSQL: pgsql/contrib/mysql/Makefile,v 1.1 2004/11/04 06:09:21 neilc Exp $

MODULES = 
SCRIPTS = my2pg.pl  mysql2pgsql
DOCS = README.mysql

ifdef USE_PGXS
PGXS = $(shell pg_config --pgxs)
include $(PGXS)
else
subdir = contrib/mysql
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif
@


1.1
log
@Contrib build fixes:

- add some additional files to the dbmirror install (approved by
ssinger)

- add a makefile for contrib/mysql, and add mysql to the list of
contribs build by default

- use xml2-config to pickup -I flags for libxml2 in contrib/xml and
contrib/xml2

Original work from Martin Pitt of Debian, minor cleanups by Neil
Conway.
@
text
@d2 1
a2 1
# $PostgreSQL$
@

