pgsql: doc: Update docs images README with required ditaa version - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Update docs images README with required ditaa version
Date
Msg-id E1vqqmF-000YjW-2O@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Update docs images README with required ditaa version

The URL for Ditaa linked to the old Sourceforge version which is
too old for what we need, the fork over on Github is the correct
version to use for re-generating the SVG files for the docs. The
required Ditaa version is 0.11.0 as it when SVG support as added.
Running the version found on Sourceforge produce the error below:

$ ditaa -E -S --svg in.txt out.txt
Unrecognized option: --svg
usage: ditaa <INPFILE> [OUTFILE] [-A] [-b <BACKGROUND>] [-d] [-E] [-e
      <ENCODING>] [-h] [--help] [-o] [-r] [-S] [-s <SCALE>] [-T] [-t
      <TABS>] [-v] [-W]

While there, also mention that meson rules exists for building
images.

Author: Nazir Bilal Yavuz <byavuz81@gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Paul A Jungwirth <pj@illuminatedcomputing.com>
Discussion: https://postgr.es/m/CAN55FZ2O-23xERF2NYcvv9DM_1c9T16y6mi3vyP=O1iuXS0ASA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4469fe176118607f1a1dbcbbe5de57f9156e293f

Modified Files
--------------
doc/src/sgml/images/README | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: pg_dump: Use pg_malloc_object() and pg_malloc_array()
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Mention PASSING support for jsonpath variables