aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2010-05-13 11:49:48 +0000
committerPeter Eisentraut <peter_e@gmx.net>2010-05-13 11:49:48 +0000
commit3393551d541ce949e20725dca6366a97b142ef5d (patch)
tree2a022e11ce70f1f6aeb0a7c0fc16c0970473b528 /doc/src
parent463f151a23242c531890589db3692077aadb05ca (diff)
downloadpostgresql-3393551d541ce949e20725dca6366a97b142ef5d.tar.gz
postgresql-3393551d541ce949e20725dca6366a97b142ef5d.zip
Fix vpath installation from distribution tarball (bug #5447)
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile
index 188afc13a0d..52a33905120 100644
--- a/doc/src/sgml/Makefile
+++ b/doc/src/sgml/Makefile
@@ -2,7 +2,7 @@
#
# PostgreSQL documentation makefile
#
-# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.142 2010/05/01 21:31:17 tgl Exp $
+# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.143 2010/05/13 11:49:47 petere Exp $
#
#----------------------------------------------------------------------------
@@ -277,8 +277,6 @@ check: postgres.sgml $(ALMOSTALLSGML) check-tabs
## Install
##
-vpathsearch = `for f in $(addsuffix /$(1),$(subst :, ,. $(VPATH))); do test -r $$f && echo $$f && break; done`
-
install: install-html
ifneq ($(PORTNAME), sco)