mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
b1a51ac18a
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
19 lines
457 B
XML
19 lines
457 B
XML
<?xml version='1.0' encoding='ISO-8859-1'?>
|
|
|
|
<!--
|
|
$LastChangedBy$
|
|
$Date$
|
|
-->
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
xmlns="http://www.w3.org/1999/xhtml"
|
|
version="1.0">
|
|
|
|
<!-- LFS top-level chunk templates. -->
|
|
<xsl:import href="lfs-xsl/chunkfast.xsl"/>
|
|
|
|
<!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
|
|
<xsl:param name="book-type">lfs</xsl:param>
|
|
|
|
</xsl:stylesheet>
|