Move external build directories into dedicated build directories inside the
[linux_from_scratch.git] / stylesheets / lfs-pdf.xsl
blob77037003c98aebaf3869836ba12c065346b8e5ab
1 <?xml version='1.0' encoding='ISO-8859-1'?>
3 <!--
4 $LastChangedBy: manuel $
5 $Date: 2007-05-19 20:43:37 +0200 (sáb, 19 may 2007) $
6 -->
8 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
9 xmlns="http://www.w3.org/1999/xhtml"
10 version="1.0">
12 <!-- LFS top-level pdf templates. -->
13 <xsl:import href="lfs-xsl/pdf.xsl"/>
15 <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
16 <xsl:param name="book-type">lfs</xsl:param>
18 </xsl:stylesheet>