From e907997f42faada60e5a26b116cc0b79b69309d1 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 19 Nov 2014 21:51:30 -0500 Subject: Remove USE_VPATH make variable from PGXS The user can just set VPATH directly. There is no need to invent another variable. --- doc/src/sgml/extend.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/extend.sgml b/doc/src/sgml/extend.sgml index a2d4ca26d8a..be102520131 100644 --- a/doc/src/sgml/extend.sgml +++ b/doc/src/sgml/extend.sgml @@ -1180,10 +1180,10 @@ make -f /path/to/extension/source/tree/Makefile install way to how it is done for the core code. One way to do this is using the core script config/prep_buildtree. Once this has been done you can build by setting the make variable - USE_VPATH like this: + VPATH like this: -make USE_VPATH=/path/to/extension/source/tree -make USE_VPATH=/path/to/extension/source/tree install +make VPATH=/path/to/extension/source/tree +make VPATH=/path/to/extension/source/tree install This procedure can work with a greater variety of directory layouts. -- cgit v1.2.3