Skip to content

Commit b36d310

Browse files
committed
Cleanup README Makefile installs.
1 parent 648029e commit b36d310

File tree

21 files changed

+54
-219
lines changed

21 files changed

+54
-219
lines changed

contrib/array/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# $Header: /cvsroot/pgsql/contrib/array/Attic/Makefile,v 1.8 2000/06/15 18:54:31 momjian Exp $
2+
# $Header: /cvsroot/pgsql/contrib/array/Attic/Makefile,v 1.9 2000/06/16 18:58:25 momjian Exp $
33
#
44

55
TOPDIR=../..
@@ -10,7 +10,7 @@ NAME = array_iterator
1010

1111
PROGRAM =
1212
OBJS = $(NAME).o
13-
DOCS = $(NAME).doc
13+
DOCS = README
1414
SQLS = $(NAME).sql
1515
BINS =
1616
EXAMPLES=
@@ -29,7 +29,7 @@ install: install_doc install_sql install_mod
2929

3030
install_doc:
3131
for inst_file in $(DOCS); do \
32-
$(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
32+
$(INSTALL) $(INSTL_LIB_OPTS) $$inst_file (CONTRIB_DOCDIR)/$(DOCS).$(NAME) ; \
3333
done
3434

3535
install_sql:

contrib/earthdistance/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# $Header: /cvsroot/pgsql/contrib/earthdistance/Makefile,v 1.2 2000/06/15 18:54:46 momjian Exp $
2+
# $Header: /cvsroot/pgsql/contrib/earthdistance/Makefile,v 1.3 2000/06/16 18:58:26 momjian Exp $
33
#
44

55
TOPDIR=../..
@@ -10,7 +10,7 @@ NAME = earthdistance
1010

1111
PROGRAM =
1212
OBJS = $(NAME).o
13-
DOCS = $(NAME).doc
13+
DOCS = README
1414
SQLS = $(NAME).sql
1515
BINS =
1616
EXAMPLES=
@@ -29,7 +29,7 @@ install: install_doc install_sql install_mod
2929

3030
install_doc:
3131
for inst_file in $(DOCS); do \
32-
$(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
32+
$(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \
3333
done
3434

3535
install_sql:

contrib/findoidjoins/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# $Header: /cvsroot/pgsql/contrib/findoidjoins/Attic/Makefile,v 1.5 2000/06/15 18:54:49 momjian Exp $
2+
# $Header: /cvsroot/pgsql/contrib/findoidjoins/Attic/Makefile,v 1.6 2000/06/16 18:58:29 momjian Exp $
33
#
44

55
TOPDIR=../..
@@ -10,7 +10,7 @@ NAME = findoidjoins
1010

1111
PROGRAM = $(NAME)
1212
OBJS = $(NAME).o
13-
DOCS = $(NAME).doc
13+
DOCS = README
1414
SQLS =
1515
BINS = $(PROGRAM) make_oidjoins_check
1616
EXAMPLES=
@@ -31,7 +31,7 @@ install: install_doc nstall_bin
3131

3232
install_doc:
3333
for inst_file in $(DOCS); do \
34-
$(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
34+
$(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \
3535
done
3636

3737
install_bin:

contrib/fulltextindex/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# $Header: /cvsroot/pgsql/contrib/fulltextindex/Attic/Makefile,v 1.3 2000/06/15 18:54:51 momjian Exp $
2+
# $Header: /cvsroot/pgsql/contrib/fulltextindex/Attic/Makefile,v 1.4 2000/06/16 18:58:32 momjian Exp $
33
#
44

55
TOPDIR=../..
@@ -10,7 +10,7 @@ NAME = fti
1010

1111
PROGRAM =
1212
OBJS = $(NAME).o
13-
DOCS = $(NAME).doc
13+
DOCS = README
1414
SQLS = $(NAME).sql
1515
BINS = fti.pl
1616
EXAMPLES=
@@ -29,7 +29,7 @@ install: install_doc install_sql install_mod install_bin
2929

3030
install_doc:
3131
for inst_file in $(DOCS); do \
32-
$(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
32+
$(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \
3333
done
3434

3535
install_sql:

contrib/isbn_issn/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# $Header: /cvsroot/pgsql/contrib/isbn_issn/Attic/Makefile,v 1.3 2000/06/15 18:54:53 momjian Exp $
2+
# $Header: /cvsroot/pgsql/contrib/isbn_issn/Attic/Makefile,v 1.4 2000/06/16 18:58:46 momjian Exp $
33
#
44

55
TOPDIR=../..
@@ -10,7 +10,7 @@ NAME = isbn_issn
1010

1111
PROGRAM =
1212
OBJS = $(NAME).o
13-
DOCS = $(NAME).doc
13+
DOCS = README
1414
SQLS = $(NAME).sql
1515
BINS =
1616
EXAMPLES=
@@ -30,7 +30,7 @@ install: install_doc install_sql install_mod
3030

3131
install_doc:
3232
for inst_file in $(DOCS); do \
33-
$(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
33+
$(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \
3434
done
3535

3636
install_sql:

contrib/likeplanning/Makefile

Lines changed: 0 additions & 43 deletions
This file was deleted.

contrib/likeplanning/README

Lines changed: 0 additions & 44 deletions
This file was deleted.

contrib/likeplanning/disablelike.sql

Lines changed: 0 additions & 39 deletions
This file was deleted.

contrib/likeplanning/enablelike.sql

Lines changed: 0 additions & 39 deletions
This file was deleted.

contrib/lo/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# $Header: /cvsroot/pgsql/contrib/lo/Makefile,v 1.3 2000/06/15 18:54:56 momjian Exp $
2+
# $Header: /cvsroot/pgsql/contrib/lo/Makefile,v 1.4 2000/06/16 18:58:49 momjian Exp $
33
#
44

55
TOPDIR=../..
@@ -10,7 +10,7 @@ NAME = lo
1010

1111
PROGRAM =
1212
OBJS = $(NAME).o
13-
DOCS = $(NAME).doc
13+
DOCS = README
1414
SQLS = $(NAME).sql
1515
BINS =
1616
EXAMPLES=
@@ -35,7 +35,7 @@ install: install_doc install_sql install_mod
3535

3636
install_doc:
3737
for inst_file in $(DOCS); do \
38-
$(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR); \
38+
$(INSTALL) $(INSTL_LIB_OPTS) $$inst_file $(CONTRIB_DOCDIR)/$(DOCS).$(NAME); \
3939
done
4040

4141
install_sql:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy