summaryrefslogtreecommitdiff
path: root/contrib/soundex/Makefile
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-06-19 13:54:50 +0000
committerBruce Momjian <bruce@momjian.us>2000-06-19 13:54:50 +0000
commit6de7d4fe91b1f037eb9ad612a22e972037426100 (patch)
tree1661370f02a7ce6aa212a35b15d35f344faccad1 /contrib/soundex/Makefile
parentb2c56574e1a83d4f71f72f9243423eeddbdbbe20 (diff)
downloadpostgresql-6de7d4fe91b1f037eb9ad612a22e972037426100.tar.gz
Update to /contrib from Karel.
Diffstat (limited to 'contrib/soundex/Makefile')
-rw-r--r--contrib/soundex/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/soundex/Makefile b/contrib/soundex/Makefile
index bf9a0bf7bb..55e61b3ede 100644
--- a/contrib/soundex/Makefile
+++ b/contrib/soundex/Makefile
@@ -1,5 +1,5 @@
#
-# $Header: /cvsroot/pgsql/contrib/soundex/Attic/Makefile,v 1.4 2000/06/16 18:59:13 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/soundex/Attic/Makefile,v 1.5 2000/06/19 13:54:11 momjian Exp $
#
TOPDIR=../..
@@ -10,7 +10,7 @@ NAME = soundex
PROGRAM =
OBJS = $(NAME).o
-DOCS = README
+DOCS = README.$(NAME)
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)/$(DOCS).$(NAME); \
+ $(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
done
install_sql: