pgsql: doc: Fix image use in PDF build with vpath

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix image use in PDF build with vpath
Date: 2019-08-19 08:32:54
Message-ID: E1hzd5y-0006en-GS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix image use in PDF build with vpath

In a vpath build, we need to point to the source directory to allow
FOP to find the images.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a407012c07844b5d81012d6960c4b2ec11d6af9c

Modified Files
--------------
doc/src/sgml/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-08-19 08:35:10 Re: pgsql: doc: Add some images
Previous Message Michael Paquier 2019-08-19 07:39:22 pgsql: Fix tab completion for CREATE TYPE in psql