mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
* clean.sh: Allow recursive includes in src/runtime/Config * doc/*: Convert from SGML format and processing to XML Currently, catalogs are in place for Debian and RedHat which allow automated use of local files instead of the tools downloading DTDs and XSLs from their canonical URLs. I'm glad to help setup catalogs for other operating systems.
9 lines
220 B
XML
9 lines
220 B
XML
<?xml version='1.0'?>
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
version="1.0">
|
|
|
|
<xsl:import href="docbook_fo.xsl"/>
|
|
<xsl:param name="fop.extensions" select="1"/>
|
|
</xsl:stylesheet>
|
|
|