diff options
author | Brad King <brad.king@kitware.com> | 2020-02-24 17:04:18 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-02-24 17:05:51 (GMT) |
commit | 2c40844891a9b68c0ec643560e367ebbff018b72 (patch) | |
tree | 8d74950e605bb9ee3ba433cbfbec67fa786ef810 /Utilities/cmbzip2/bz-html.xsl | |
parent | 09ab19a69692176946a9594e69e35bc6605bd106 (diff) | |
download | CMake-2c40844891a9b68c0ec643560e367ebbff018b72.zip CMake-2c40844891a9b68c0ec643560e367ebbff018b72.tar.gz CMake-2c40844891a9b68c0ec643560e367ebbff018b72.tar.bz2 |
bzip2: Remove all sources to make room for fresh import
Diffstat (limited to 'Utilities/cmbzip2/bz-html.xsl')
-rw-r--r-- | Utilities/cmbzip2/bz-html.xsl | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Utilities/cmbzip2/bz-html.xsl b/Utilities/cmbzip2/bz-html.xsl deleted file mode 100644 index 1785fff..0000000 --- a/Utilities/cmbzip2/bz-html.xsl +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0"?> <!-- -*- sgml -*- --> -<!DOCTYPE xsl:stylesheet [ <!ENTITY bz-css SYSTEM "./bzip.css"> ]> - -<xsl:stylesheet - xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> - -<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/> -<xsl:import href="bz-common.xsl"/> - -<!-- use 8859-1 encoding --> -<xsl:output method="html" encoding="ISO-8859-1" indent="yes"/> - -<!-- we include the css directly when generating one large file --> -<xsl:template name="user.head.content"> - <style type="text/css" media="screen"> - <xsl:text>&bz-css;</xsl:text> - </style> -</xsl:template> - -</xsl:stylesheet> |