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/[email protected]/ Reviewed-by: Mi Tar <[email protected]> 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(-)
