Create INSTALL file via XSLT
Peter Eisentraut <peter_e@gmx.net>
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 <magnus@hagander.net>
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/.gitignore | modified | +1 −0 |
| doc/src/sgml/Makefile | modified | +21 −14 |
| doc/src/sgml/stylesheet.dsl | modified | +0 −43 |
| doc/src/sgml/stylesheet-text.xsl | added | +98 −0 |