[HACKERS] port of INSTALL file generation to XSLT - Mailing list pgsql-hackers

From Peter Eisentraut
Subject [HACKERS] port of INSTALL file generation to XSLT
Date
Msg-id dcfaa74d-8037-bb32-f9e0-3fea7ccf4551@2ndquadrant.com
Whole thread Raw
Responses Re: [HACKERS] port of INSTALL file generation to XSLT  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
A further step toward getting rid of the DSSSL tool chain requirement,
here is a patch to change the generation of the text INSTALL file to use
XLST and Pandoc.

The change to Pandoc is not essential to this change, but it creates
much better looking output and simplifies the locale/encoding handling
over using Lynx.

We'll need to get Pandoc installed on borka and check that that version
works as well as the one I have been using.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [HACKERS] generating fmgr prototypes automatically
Next
From: Peter Eisentraut
Date:
Subject: [HACKERS] use strict in all Perl programs