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

index 23acea82e0ac2a0027a7613044afabe2ffee9544..40d532968656fb969ba70575a99f56335a8e4d98 100644 (file)
@@ -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 21ee2ce74056b8d99d57fa0befe20782e8c2907f..04239445a572fca468bd3adc411c320cf3a18241 100644 (file)
@@ -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 <[email protected]>
 
-retep -
-       Tools to build retep tools packages
-       by Peter T Mount <[email protected]>
-
 rserv -
        Replication server
        by Vadim B. Mikheev <[email protected]>