diff options
author | David Walter Seikel | 2014-01-13 19:47:58 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-01-13 19:47:58 +1000 |
commit | f9158592e1478b2013afc7041d9ed041cf2d2f4a (patch) | |
tree | b16e389d7988700e21b4c9741044cefa536dcbae /libraries/irrlicht-1.8/source/Irrlicht/bzip2/bz-common.xsl | |
parent | Libraries readme updated with change markers and more of the Irrlicht changes. (diff) | |
download | SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.zip SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.gz SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.bz2 SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.xz |
Update Irrlicht to 1.8.1. Include actual change markers this time. lol
Diffstat (limited to 'libraries/irrlicht-1.8/source/Irrlicht/bzip2/bz-common.xsl')
-rw-r--r-- | libraries/irrlicht-1.8/source/Irrlicht/bzip2/bz-common.xsl | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/bzip2/bz-common.xsl b/libraries/irrlicht-1.8/source/Irrlicht/bzip2/bz-common.xsl deleted file mode 100644 index 66fcd6f..0000000 --- a/libraries/irrlicht-1.8/source/Irrlicht/bzip2/bz-common.xsl +++ /dev/null | |||
@@ -1,39 +0,0 @@ | |||
1 | <?xml version="1.0"?> <!-- -*- sgml -*- --> | ||
2 | <xsl:stylesheet | ||
3 | xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> | ||
4 | |||
5 | <!-- we like '1.2 Title' --> | ||
6 | <xsl:param name="section.autolabel" select="'1'"/> | ||
7 | <xsl:param name="section.label.includes.component.label" select="'1'"/> | ||
8 | |||
9 | <!-- Do not put 'Chapter' at the start of eg 'Chapter 1. Doing This' --> | ||
10 | <xsl:param name="local.l10n.xml" select="document('')"/> | ||
11 | <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | ||
12 | <l:l10n language="en"> | ||
13 | <l:context name="title-numbered"> | ||
14 | <l:template name="chapter" text="%n. %t"/> | ||
15 | </l:context> | ||
16 | </l:l10n> | ||
17 | </l:i18n> | ||
18 | |||
19 | <!-- don't generate sub-tocs for qanda sets --> | ||
20 | <xsl:param name="generate.toc"> | ||
21 | set toc,title | ||
22 | book toc,title,figure,table,example,equation | ||
23 | chapter toc,title | ||
24 | section toc | ||
25 | sect1 toc | ||
26 | sect2 toc | ||
27 | sect3 toc | ||
28 | sect4 nop | ||
29 | sect5 nop | ||
30 | qandaset toc | ||
31 | qandadiv nop | ||
32 | appendix toc,title | ||
33 | article/appendix nop | ||
34 | article toc,title | ||
35 | preface toc,title | ||
36 | reference toc,title | ||
37 | </xsl:param> | ||
38 | |||
39 | </xsl:stylesheet> | ||