pgsql: Create INSTALL file using Pandoc - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Create INSTALL file using Pandoc
Date
Msg-id E1ghxUg-0001gP-9W@gemulon.postgresql.org
Whole thread Raw
List 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@2ndquadrant.com/
Reviewed-by: Mi Tar <mmitar@gmail.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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add value 'current' for recovery_target_timeline
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Correct documentation of install-time environmentvariables