pgsql: Create INSTALL file using Pandoc

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Create INSTALL file using Pandoc
Date: 2019-01-11 14:09:06
Message-ID: E1ghxUg-0001gP-9W@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Create INSTALL file using Pandoc

Replace using lynx with using pandoc. Pandoc creates better looking
output and it avoids the delicate locale/encoding issues of lynx because
it always uses UTF-8 for both input and output.

Note: requires Pandoc >=1.13

Discussion: https://www.postgresql.org/message-id/flat/dcfaa74d-8037-bb32-f9e0-3fea7ccf4551(at)2ndquadrant(dot)com/
Reviewed-by: Mi Tar <mmitar(at)gmail(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/96b8b8b6f9d8de4af01a77797273ad88c7a8e32e

Modified Files
--------------
doc/src/sgml/Makefile | 14 +++-----------
doc/src/sgml/docguide.sgml | 4 +++-
2 files changed, 6 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-01-11 16:29:38 pgsql: doc: Correct documentation of install-time environment variables
Previous Message Peter Eisentraut 2019-01-11 10:15:20 pgsql: Add value 'current' for recovery_target_timeline