Re: pgsql: doc: Add some images

2019-08-19 Thread Peter Eisentraut
On 2019-08-16 22:00, Alvaro Herrera wrote: > Now when I test Jürgen's new proposed image genetic-algorithm I find > that this stuff doesn't work in VPATH builds, at least for PDF -- I > don't get a build failure, but instead I get just a section title that > doesn't precede any actual image. (Ther

Re: pgsql: doc: Add some images

2019-08-18 Thread Alvaro Herrera
Hi Jürgen, On 2019-Aug-18, Jürgen Purtz wrote: > it is be possible that you face the following situation: the image > subdirectory contains all ditaa and graphviz source files, but not all > corresponding svg files. Those svg files are created by the given Makefile > of this subdirectory resp. sh

Re: pgsql: doc: Add some images

2019-08-18 Thread Jürgen Purtz
On 16.08.19 23:00, Alvaro Herrera wrote: On 2019-Mar-27, Peter Eisentraut wrote: doc: Add some images Add infrastructure for having images in the documentation, in SVG format. Add two images to start with. See the included README file for instructions. Author: Jürgen Purtz Author: Peter Eis

Re: pgsql: doc: Add some images

2019-08-16 Thread Alvaro Herrera
On 2019-Mar-27, Peter Eisentraut wrote: > doc: Add some images > > Add infrastructure for having images in the documentation, in SVG > format. Add two images to start with. See the included README file > for instructions. > Author: Jürgen Purtz > Author: Peter Eisentraut Now when I test Jür