]> granicus.if.org Git - postgresql/commitdiff
Cleanup README Makefile installs.
authorBruce Momjian <bruce@momjian.us>
Fri, 16 Jun 2000 18:59:30 +0000 (18:59 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 16 Jun 2000 18:59:30 +0000 (18:59 +0000)
21 files changed:
contrib/array/Makefile
contrib/earthdistance/Makefile
contrib/findoidjoins/Makefile
contrib/fulltextindex/Makefile
contrib/isbn_issn/Makefile
contrib/likeplanning/Makefile [deleted file]
contrib/likeplanning/README [deleted file]
contrib/likeplanning/disablelike.sql [deleted file]
contrib/likeplanning/enablelike.sql [deleted file]
contrib/lo/Makefile
contrib/mSQL-interface/Makefile
contrib/miscutil/Makefile
contrib/noupdate/Makefile
contrib/pg_dumplo/Makefile
contrib/pgbench/Makefile
contrib/soundex/Makefile
contrib/spi/Makefile
contrib/string/Makefile
contrib/tips/Makefile
contrib/userlock/Makefile
contrib/vacuumlo/Makefile

index 04d785da72dc93463b77e5c2792783e9f3e1dc18..199ed1d1311b777687af4a0f82acaaa0b441089d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Header: /cvsroot/pgsql/contrib/array/Attic/Makefile,v 1.8 2000/06/15 18:54:31 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/array/Attic/Makefile,v 1.9 2000/06/16 18:58:25 momjian Exp $
 #
 
 TOPDIR=../..
@@ -10,7 +10,7 @@ NAME  = array_iterator
 
 PROGRAM        = 
 OBJS   = $(NAME).o
-DOCS   = $(NAME).doc
+DOCS   = README
 SQLS   = $(NAME).sql
 BINS   =
 EXAMPLES=
@@ -29,7 +29,7 @@ install: install_doc install_sql install_mod
 
 install_doc:
        for inst_file in $(DOCS); do \
-               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
+               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file (CONTRIB_DOCDIR)/$(DOCS).$(NAME) ; \
        done
 
 install_sql:
index 37bfb5df311434ef7385930fca1eb0a3e7883c2c..21156347cfec3fe8ce7a0eddc2d20f691c0aaec7 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Header: /cvsroot/pgsql/contrib/earthdistance/Makefile,v 1.2 2000/06/15 18:54:46 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/earthdistance/Makefile,v 1.3 2000/06/16 18:58:26 momjian Exp $
 #
 
 TOPDIR=../..
@@ -10,7 +10,7 @@ NAME  = earthdistance
 
 PROGRAM        = 
 OBJS   = $(NAME).o
-DOCS   = $(NAME).doc
+DOCS   = README
 SQLS   = $(NAME).sql
 BINS    =
 EXAMPLES=
@@ -29,7 +29,7 @@ install: install_doc install_sql install_mod
 
 install_doc:
        for inst_file in $(DOCS); do \
-               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
+               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \
        done
 
 install_sql:
index 5b2377bf82338cc58cdf2f63ec3ad8657b949eac..4990bfbdaa1673c8461a5dac5d48ca9c63cfe0cd 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Header: /cvsroot/pgsql/contrib/findoidjoins/Attic/Makefile,v 1.5 2000/06/15 18:54:49 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/findoidjoins/Attic/Makefile,v 1.6 2000/06/16 18:58:29 momjian Exp $
 #
 
 TOPDIR=../..
@@ -10,7 +10,7 @@ NAME  = findoidjoins
 
 PROGRAM        = $(NAME)
 OBJS   = $(NAME).o
-DOCS   = $(NAME).doc
+DOCS   = README
 SQLS   = 
 BINS    = $(PROGRAM) make_oidjoins_check
 EXAMPLES=
@@ -31,7 +31,7 @@ install: install_doc nstall_bin
 
 install_doc:
        for inst_file in $(DOCS); do \
-               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
+               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \
        done
 
 install_bin:
index a417b4a2bffcec34fc92d4f3c03dbe7400b7c554..caa9a26e2df54f0c77b32a67021d53286f1ca7ac 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Header: /cvsroot/pgsql/contrib/fulltextindex/Attic/Makefile,v 1.3 2000/06/15 18:54:51 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/fulltextindex/Attic/Makefile,v 1.4 2000/06/16 18:58:32 momjian Exp $
 #
 
 TOPDIR=../..
@@ -10,7 +10,7 @@ NAME  = fti
 
 PROGRAM        = 
 OBJS   = $(NAME).o
-DOCS   = $(NAME).doc
+DOCS   = README
 SQLS   = $(NAME).sql
 BINS   = fti.pl
 EXAMPLES=
@@ -29,7 +29,7 @@ install: install_doc install_sql install_mod install_bin
 
 install_doc:
        for inst_file in $(DOCS); do \
-               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
+               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \
        done
 
 install_sql:
index 36ef6a5aa26a8941ce955c00a5f3bac64fcd21ee..814c52be481e608c0e3b8e0f71f7577f814c01c1 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Header: /cvsroot/pgsql/contrib/isbn_issn/Attic/Makefile,v 1.3 2000/06/15 18:54:53 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/isbn_issn/Attic/Makefile,v 1.4 2000/06/16 18:58:46 momjian Exp $
 #
 
 TOPDIR=../..
@@ -10,7 +10,7 @@ NAME  = isbn_issn
 
 PROGRAM        = 
 OBJS   = $(NAME).o
-DOCS   = $(NAME).doc
+DOCS   = README
 SQLS   = $(NAME).sql
 BINS   =
 EXAMPLES=
@@ -30,7 +30,7 @@ install: install_doc install_sql install_mod
 
 install_doc:
        for inst_file in $(DOCS); do \
-               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
+               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \
        done
 
 install_sql:
diff --git a/contrib/likeplanning/Makefile b/contrib/likeplanning/Makefile
deleted file mode 100644 (file)
index 2c779ac..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-#
-# $Header: /cvsroot/pgsql/contrib/likeplanning/Attic/Makefile,v 1.1 2000/06/15 19:04:56 momjian Exp $
-#
-
-TOPDIR=../..
-
-include ../Makefile.global
-
-NAME   = 
-
-PROGRAM        = 
-OBJS   = 
-DOCS   = likeplanning.doc
-SQLS   = disablelike.sql enablelike.sql
-BINS   =
-EXAMPLES=
-MODS   = 
-
-OTHER_CLEAN = 
-
-all::
-
-install: install_doc install_sql
-
-install_doc:
-       for inst_file in $(DOCS); do \
-               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
-       done
-
-install_sql:
-       for inst_file in $(SQLS); do \
-               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_SQLDIR); \
-       done
-
-depend dep:
-       $(CC) -MM -MG $(CFLAGS) *.c > depend
-
-clean:
-       $(RM) *~ $(OBJS) $(MODS) $(PROGRAM) depend $(OTHER_CLEAN) core log
-
-ifeq (depend,$(wildcard depend))
-include depend
-endif
diff --git a/contrib/likeplanning/README b/contrib/likeplanning/README
deleted file mode 100644 (file)
index 0896966..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-This directory contains two SQL scripts that control use of some new
-code for planning/optimizing queries containing LIKE and
-regular-expression operators.  This code was added to Postgres 7.0 late in
-beta test, and it hasn't gotten enough testing to warrant turning it on by
-default in release 7.0 (although it probably will become default in 7.1).
-So, here are some scripts to enable and disable it.  You may want to run
-these scripts if you have problems with the planner choosing bad plans for
-queries involving LIKE or regexps in WHERE clauses.
-
-
-HOW TO USE THE SCRIPTS
-----------------------
-
-Both scripts must be run as the Postgres superuser.  The easiest
-way to run an SQL script is
-       psql -f scriptfile databasename
-or you can start psql interactively and enter
-       \i scriptfile
-
-enablelike.sql enables use of the new planning code in the database in
-which it is run.  If you run it in template1, all subsequently-created
-databases will use the new code by default.
-
-disablelike.sql reverts to the old planning code for LIKE, in the database
-in which it is run.  If you run it in template1, all subsequently-created
-databases will use the old code by default.
-
-
-WHAT IT DOES
-------------
-
-These scripts install (or disable) new code for "selectivity estimation"
-of LIKE and regexp operators.  Selectivity estimation determines the
-estimated number of rows produced by a query or subquery, and that in turn
-determines the kind of plan the planner will use.  The old selectivity
-estimator ignored the pattern being searched for and just produced the
-same estimate as for an "=" operator, which of course was usually too low
-for a wildcard match.  The new code has some knowledge of pattern matching
-rules and generates an estimate based on the number of fixed characters and
-wildcards present in the pattern.  Also, if the pattern has a fixed prefix
-that must be matched (such as LIKE 'foo%' or ~ '^foo'), an appropriate
-range-query selectivity estimate is produced and factored into the result.
-
-If you want to look at the code itself, see src/backend/utils/adt/selfuncs.c.
diff --git a/contrib/likeplanning/disablelike.sql b/contrib/likeplanning/disablelike.sql
deleted file mode 100644 (file)
index 353f9dd..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
--- This script disables use of the new LIKE-related selectivity estimation
--- functions, which are a little too new to be enabled by default in 7.0.
--- You can enable them again by running enablelike.sql.
-
--- Use of the functions will be disabled only in those databases you
--- run this script in.  If you run it in template1,
--- all subsequently-created databases will not use the functions.
-
--- Be sure to run the script as the Postgres superuser!
-
-UPDATE pg_operator SET
-       oprrest = 'eqsel'::regproc,
-       oprjoin = 'eqjoinsel'::regproc
-WHERE oprrest = 'regexeqsel'::regproc;
-
-UPDATE pg_operator SET
-       oprrest = 'eqsel'::regproc,
-       oprjoin = 'eqjoinsel'::regproc
-WHERE oprrest = 'icregexeqsel'::regproc;
-
-UPDATE pg_operator SET
-       oprrest = 'eqsel'::regproc,
-       oprjoin = 'eqjoinsel'::regproc
-WHERE oprrest = 'likesel'::regproc;
-
-UPDATE pg_operator SET
-       oprrest = 'neqsel'::regproc,
-       oprjoin = 'neqjoinsel'::regproc
-WHERE oprrest = 'regexnesel'::regproc;
-
-UPDATE pg_operator SET
-       oprrest = 'neqsel'::regproc,
-       oprjoin = 'neqjoinsel'::regproc
-WHERE oprrest = 'icregexnesel'::regproc;
-
-UPDATE pg_operator SET
-       oprrest = 'neqsel'::regproc,
-       oprjoin = 'neqjoinsel'::regproc
-WHERE oprrest = 'nlikesel'::regproc;
diff --git a/contrib/likeplanning/enablelike.sql b/contrib/likeplanning/enablelike.sql
deleted file mode 100644 (file)
index efccacd..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
--- This script enables use of the new LIKE-related selectivity estimation
--- functions, which are a little too new to be enabled by default in 7.0.
--- You can disable them again by running disablelike.sql.
-
--- Use of the functions will be enabled only in those databases you
--- run this script in.  If you run it in template1,
--- all subsequently-created databases will use the functions.
-
--- Be sure to run the script as the Postgres superuser!
-
-UPDATE pg_operator SET
-       oprrest = 'regexeqsel'::regproc,
-       oprjoin = 'regexeqjoinsel'::regproc
-WHERE oprrest = 'eqsel'::regproc AND oprname = '~';
-
-UPDATE pg_operator SET
-       oprrest = 'icregexeqsel'::regproc,
-       oprjoin = 'icregexeqjoinsel'::regproc
-WHERE oprrest = 'eqsel'::regproc AND oprname = '~*';
-
-UPDATE pg_operator SET
-       oprrest = 'likesel'::regproc,
-       oprjoin = 'likejoinsel'::regproc
-WHERE oprrest = 'eqsel'::regproc AND oprname = '~~';
-
-UPDATE pg_operator SET
-       oprrest = 'regexnesel'::regproc,
-       oprjoin = 'regexnejoinsel'::regproc
-WHERE oprrest = 'neqsel'::regproc AND oprname = '!~';
-
-UPDATE pg_operator SET
-       oprrest = 'icregexnesel'::regproc,
-       oprjoin = 'icregexnejoinsel'::regproc
-WHERE oprrest = 'neqsel'::regproc AND oprname = '!~*';
-
-UPDATE pg_operator SET
-       oprrest = 'nlikesel'::regproc,
-       oprjoin = 'nlikejoinsel'::regproc
-WHERE oprrest = 'neqsel'::regproc AND oprname = '!~~';
index ed6f9c92b3754f8a7a169f8ecc7338bb39eaa9b2..08bff07b8428f552da688bf12fda75b630136734 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Header: /cvsroot/pgsql/contrib/lo/Makefile,v 1.3 2000/06/15 18:54:56 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/lo/Makefile,v 1.4 2000/06/16 18:58:49 momjian Exp $
 #
 
 TOPDIR=../..
@@ -10,7 +10,7 @@ NAME  = lo
 
 PROGRAM        = 
 OBJS   = $(NAME).o
-DOCS   = $(NAME).doc
+DOCS   = README
 SQLS   = $(NAME).sql
 BINS   =
 EXAMPLES=
@@ -35,7 +35,7 @@ install: install_doc install_sql install_mod
 
 install_doc:
        for inst_file in $(DOCS); do \
-               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
+               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \
        done
 
 install_sql:
index b5dbd38229d5c2ea76aff066ba5d68d3e81fdecb..4dc20f520400550f56cfd9f055fc91f9270138b7 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Header: /cvsroot/pgsql/contrib/mSQL-interface/Attic/Makefile,v 1.1 2000/06/15 19:05:03 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/mSQL-interface/Attic/Makefile,v 1.2 2000/06/16 18:58:54 momjian Exp $
 #
 
 TOPDIR=../..
@@ -10,7 +10,7 @@ NAME  = mpgsql
 
 PROGRAM        = 
 OBJS   = 
-DOCS   = $(NAME).doc $(NAME).c
+DOCS   = README $(NAME).c
 SQLS   = 
 BINS    = 
 EXAMPLES=
@@ -24,7 +24,7 @@ install: install_doc
 
 install_doc:
        for inst_file in $(DOCS); do \
-               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
+               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \
        done
 
 clean:
index 38118a6f8e355137ea7172cf5dd9616d9a816e76..313772640d6632ead0cd9a50fc5bb9c8ba74669c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Header: /cvsroot/pgsql/contrib/miscutil/Attic/Makefile,v 1.8 2000/06/15 18:55:01 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/miscutil/Attic/Makefile,v 1.9 2000/06/16 18:58:55 momjian Exp $
 #
 
 TOPDIR=../..
@@ -10,7 +10,7 @@ NAME  = misc_utils
 
 PROGRAM        = 
 OBJS   = $(NAME).o
-DOCS   = $(NAME).doc
+DOCS   = README
 SQLS   = $(NAME).sql
 BINS   =
 EXAMPLES=
@@ -29,7 +29,7 @@ install: install_doc install_sql install_mod
 
 install_doc:
        for inst_file in $(DOCS); do \
-               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
+               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \
        done
 
 install_sql:
index 8536e21cebd5699c65cb28df9911ae25bf344d8a..dd21ec1fdf58c608624e1d3b7d27de7e65b40c7b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Header: /cvsroot/pgsql/contrib/noupdate/Attic/Makefile,v 1.1 2000/06/15 19:05:04 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/noupdate/Attic/Makefile,v 1.2 2000/06/16 18:59:01 momjian Exp $
 #
 
 TOPDIR=../..
@@ -10,7 +10,7 @@ NAME  = noup
 
 PROGRAM        = 
 OBJS   = $(NAME).o
-DOCS   = $(NAME).doc
+DOCS   = README
 SQLS   = $(NAME).sql
 BINS   =
 EXAMPLES=
@@ -29,7 +29,7 @@ install: install_doc install_sql install_mod
 
 install_doc:
        for inst_file in $(DOCS); do \
-               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
+               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \
        done
 
 install_sql:
index 0432e7308b4a185d835dd6c41d4ff27577b874f0..a038d2925a9c6384fc27d1a268573817adc65a1e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/Makefile,v 1.2 2000/06/15 18:55:10 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/Makefile,v 1.3 2000/06/16 18:59:02 momjian Exp $
 #
 
 TOPDIR=../..
@@ -10,7 +10,7 @@ NAME  = pg_dumplo
 
 PROGRAM        = $(NAME)
 OBJS   = main.o lo_export.o lo_import.o utils.o
-DOCS   = $(NAME).doc
+DOCS   = README
 SQLS   = 
 BINS   = $(PROGRAM)
 EXAMPLES=
@@ -29,7 +29,7 @@ install: install_doc install_bin
 
 install_doc:
        for inst_file in $(DOCS); do \
-               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
+               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \
        done
 
 install_bin:
@@ -47,4 +47,4 @@ ifeq (depend,$(wildcard depend))
 include depend
 endif
 
\ No newline at end of file
index 60182ca831b71e9026747e4b79124dcc857632ec..6c1246969b0b19ccee429008804f75621af13284 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Header: /cvsroot/pgsql/contrib/pgbench/Makefile,v 1.2 2000/06/15 18:55:12 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/pgbench/Makefile,v 1.3 2000/06/16 18:59:07 momjian Exp $
 #
 
 TOPDIR=../..
@@ -10,7 +10,7 @@ NAME  = pgbench
 
 PROGRAM        = $(NAME)
 OBJS   = $(NAME).o
-DOCS   = $(NAME).doc $(NAME)_jis.doc
+DOCS   = README README.jis
 SQLS   = 
 BINS    = $(PROGRAM) 
 EXAMPLES=
@@ -29,7 +29,7 @@ install: install_doc install_bin
 
 install_doc:
        for inst_file in $(DOCS); do \
-               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
+               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \
        done
 
 install_bin:
index 57157b8e98a6c523c370e7c0aaa880f664060197..bf9a0bf7bbb4b358256e4d5bc04708f10ead0936 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Header: /cvsroot/pgsql/contrib/soundex/Attic/Makefile,v 1.3 2000/06/15 18:55:15 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/soundex/Attic/Makefile,v 1.4 2000/06/16 18:59:13 momjian Exp $
 #
 
 TOPDIR=../..
@@ -10,7 +10,7 @@ NAME  = soundex
 
 PROGRAM        = 
 OBJS   = $(NAME).o
-DOCS   = $(NAME).doc
+DOCS   = README
 SQLS   = $(NAME).sql
 BINS   =
 EXAMPLES=
@@ -30,7 +30,7 @@ install: install_doc install_sql install_mod
 
 install_doc:
        for inst_file in $(DOCS); do \
-               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
+               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \
        done
 
 install_sql:
index efc99a5df917588fbb9d5155417f94a96c937219..1922d4be684cbe5a6c45bf88b30c84e241843cfe 100644 (file)
@@ -1,16 +1,16 @@
 #
-# $Header: /cvsroot/pgsql/contrib/spi/Makefile,v 1.13 2000/06/15 18:55:17 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/spi/Makefile,v 1.14 2000/06/16 18:59:17 momjian Exp $
 #
 
 TOPDIR=../..
 
 include ../Makefile.global
 
-NAME   = 
+NAME   = spi
 
 PROGRAM        = 
 OBJS   = autoinc.o insert_username.o moddatetime.o refint.o timetravel.o
-DOCS   = spi.doc
+DOCS   = README
 SQLS   = $(OBJS:.o=.sql)
 BINS   =
 EXAMPLES= $(OBJS:.o=.example)
@@ -33,7 +33,7 @@ install: install_doc install_sql install_mod install_example
 
 install_doc:
        for inst_file in $(DOCS); do \
-               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
+               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \
        done
 
 install_sql:
index 39254cf52bff497fbfb7fc8101be1e50c077b87e..9c727b638a68cc04b1ba3079581bf26abc1583a6 100644 (file)
@@ -1,5 +1,5 @@
  #
-# $Header: /cvsroot/pgsql/contrib/string/Attic/Makefile,v 1.8 2000/06/15 18:55:21 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/string/Attic/Makefile,v 1.9 2000/06/16 18:59:21 momjian Exp $
 #
 
 TOPDIR=../..
@@ -10,7 +10,7 @@ NAME  = string_io
 
 PROGRAM        = 
 OBJS   = $(NAME).o
-DOCS   = $(NAME).doc
+DOCS   = README
 SQLS   = $(NAME).sql
 BINS   =
 EXAMPLES=
@@ -30,7 +30,7 @@ install: install_doc install_sql install_mod
 
 install_doc:
        for inst_file in $(DOCS); do \
-               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
+               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \
        done
 
 install_sql:
index 4ad5db146d99f4d6e8f130bc53ad4ff86b7a8264..f21212d97c63c9c6a956bd2ed4acfe109c577efa 100644 (file)
@@ -1,16 +1,16 @@
 #
-# $Header: /cvsroot/pgsql/contrib/tips/Attic/Makefile,v 1.1 2000/06/15 19:05:17 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/tips/Attic/Makefile,v 1.2 2000/06/16 18:59:25 momjian Exp $
 #
 
 TOPDIR=../..
 
 include ../Makefile.global
 
-NAME   = 
+NAME   = apachelog
 
 PROGRAM        = 
 OBJS   = 
-DOCS   = apachelog.doc
+DOCS   = README
 SQLS   = 
 BINS   =
 EXAMPLES=
@@ -22,7 +22,7 @@ install: install_doc
 
 install_doc:
        for inst_file in $(DOCS); do \
-               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
+               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \
        done
 
 clean:
index 35f748e7c2fc2ccaa2cee325e06b2592405b6740..cd97f933666967c02b0bdf13f0bab4a6244863f1 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Header: /cvsroot/pgsql/contrib/userlock/Attic/Makefile,v 1.8 2000/06/15 18:55:28 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/userlock/Attic/Makefile,v 1.9 2000/06/16 18:59:28 momjian Exp $
 #
 
 TOPDIR=../..
@@ -10,7 +10,7 @@ NAME  = user_locks
 
 PROGRAM        = 
 OBJS   = $(NAME).o
-DOCS   = $(NAME).doc
+DOCS   = README
 SQLS   = $(NAME).sql
 BINS   =
 EXAMPLES=
@@ -29,7 +29,7 @@ install: install_doc install_sql install_mod
 
 install_doc:
        for inst_file in $(DOCS); do \
-               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
+               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \
        done
 
 install_sql:
index 1e67847b5a423191aa07b8c5fdae4230d7fe8822..88fd8cfb7e06a71753bd7f6ee40c06a40c7f8f7f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Header: /cvsroot/pgsql/contrib/vacuumlo/Makefile,v 1.3 2000/06/15 18:55:31 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/vacuumlo/Makefile,v 1.4 2000/06/16 18:59:30 momjian Exp $
 #
 
 TOPDIR=../..
@@ -10,7 +10,7 @@ NAME  = vacuumlo
 
 PROGRAM        = $(NAME)
 OBJS   = $(NAME).o
-DOCS   = $(NAME).doc
+DOCS   = README
 SQLS   = 
 BINS    = $(PROGRAM)
 EXAMPLES=
@@ -29,7 +29,7 @@ install: install_doc install_bin
 
 install_doc:
        for inst_file in $(DOCS); do \
-               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
+               $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \
        done
 
 install_bin: