Create INSTALL file via XSLT As before, create an INSTALL.html file for processing with lynx, but use xsltproc and a new XSLT stylesheet instead of jade and DSSSL.
Replacing jade with xsltproc removes jade from the requirements for distribution building. Reviewed-by: Magnus Hagander <[email protected]> Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/044d9efb6c97d65247a1287e7676de0ee75b3cfe Modified Files -------------- doc/src/sgml/.gitignore | 1 + doc/src/sgml/Makefile | 35 ++++++++------ doc/src/sgml/stylesheet-text.xsl | 98 ++++++++++++++++++++++++++++++++++++++++ doc/src/sgml/stylesheet.dsl | 43 ------------------ 4 files changed, 120 insertions(+), 57 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
