diff options
author | Joey Hess <joeyh@debian.org> | 2005-10-07 19:51:38 +0000 |
---|---|---|
committer | Joey Hess <joeyh@debian.org> | 2005-10-07 19:51:38 +0000 |
commit | 1ea73eea5ecc6a8ed901316049259aee737ee554 (patch) | |
tree | 03a077f0b1b1548f3c806bd1c5795964fba0fb52 /build/templates/driver.xsl.template | |
download | installation-guide-1ea73eea5ecc6a8ed901316049259aee737ee554.zip |
move manual to top-level directory, split out of debian-installer package
Diffstat (limited to 'build/templates/driver.xsl.template')
-rw-r--r-- | build/templates/driver.xsl.template | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build/templates/driver.xsl.template b/build/templates/driver.xsl.template new file mode 100644 index 000000000..67607e7c4 --- /dev/null +++ b/build/templates/driver.xsl.template @@ -0,0 +1,7 @@ +<?xml version='1.0'?> + +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> + <xsl:import href="../stylesheets/style-pdf.xsl"/> + <xsl:import href="../stylesheets/lang-drivers/driver.##LANG##.xsl"/> +</xsl:stylesheet> + |