First step to removing /contrib/retep, with Peter Mount's approval.
authorBruce Momjian <bruce@momjian.us>
Mon, 21 Oct 2002 00:12:46 +0000 (00:12 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 21 Oct 2002 00:12:46 +0000 (00:12 +0000)
GNUmakefile.in
contrib/Makefile
contrib/README

index 86d5c0984d7c0dd02def3518f55c2d4b7c169a8a..bc23ff6076ce9584142c16132c646c9d6c424ce8 100644 (file)
@@ -1,7 +1,7 @@
 #
 # PostgreSQL top level makefile
 #
-# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.29 2002/09/06 21:57:11 petere Exp $
+# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.30 2002/10/21 00:12:45 momjian Exp $
 #
 
 subdir =
@@ -69,7 +69,7 @@ dist:
 $(distdir).tar: distdir
        $(TAR) chf $@ $(distdir)
 
-opt_files := contrib/retep \
+opt_files := \
        src/tools src/corba src/data src/tutorial \
        src/bin/pgtclsh \
        $(addprefix src/interfaces/, libpgtcl python jdbc) \
index 79833ed311305aa593b970ba9176ac921cdfac3e..66753e88d603a2a4ee2fb199b8cff96f4ecd47a7 100644 (file)
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.39 2002/09/05 20:53:45 tgl Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.40 2002/10/21 00:12:46 momjian Exp $
 
 subdir = contrib
 top_builddir = ..
@@ -41,10 +41,6 @@ WANTED_DIRS = \
                userlock        \
                vacuumlo
 
-ifeq ($(with_java),yes)
-WANTED_DIRS += retep
-endif
-
 # Missing:
 #              ipc_check       \ (does not have a makefile)
 #              mSQL-interface  \ (requires msql installed)
index 8d51bdcf0ec93a227bd4ca88357fd11d1501288f..8287b2f04eb4e719499b1961e0eb21007f19e60e 100644 (file)
@@ -160,10 +160,6 @@ pgstattuple -
        A function returns the percentage of "dead" tuples in a table
        by Tatsuo Ishii <t-ishii@sra.co.jp>
 
-retep -
-       Tools to build retep tools packages
-       by Peter T Mount <peter@retep.org.uk>
-
 rserv -
        Replication server
        by Vadim B. Mikheev <vadim4o@email.com>