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:
@ -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)
|
||||
|
Reference in New Issue
Block a user