summaryrefslogtreecommitdiff
path: root/build/stylesheets/style-html-web.xsl
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2005-10-07 19:51:38 +0000
committerJoey Hess <joeyh@debian.org>2005-10-07 19:51:38 +0000
commit1ea73eea5ecc6a8ed901316049259aee737ee554 (patch)
tree03a077f0b1b1548f3c806bd1c5795964fba0fb52 /build/stylesheets/style-html-web.xsl
downloadinstallation-guide-1ea73eea5ecc6a8ed901316049259aee737ee554.zip
move manual to top-level directory, split out of debian-installer package
Diffstat (limited to 'build/stylesheets/style-html-web.xsl')
-rw-r--r--build/stylesheets/style-html-web.xsl10
1 files changed, 10 insertions, 0 deletions
diff --git a/build/stylesheets/style-html-web.xsl b/build/stylesheets/style-html-web.xsl
new file mode 100644
index 000000000..aaf2bfaca
--- /dev/null
+++ b/build/stylesheets/style-html-web.xsl
@@ -0,0 +1,10 @@
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+
+<!-- Import our general html stylesheet -->
+<xsl:include href="style-html.xsl"/>
+
+<!-- What extention to use for resulting html. -->
+<xsl:param name="html.ext" select="concat('.html.',/book/@lang)"/>
+
+</xsl:stylesheet>