1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fix vpath installation from distribution tarball (bug #5447)

This commit is contained in:
Peter Eisentraut
2010-05-13 11:49:48 +00:00
parent 463f151a23
commit 3393551d54
3 changed files with 8 additions and 8 deletions

View File

@ -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)