summaryrefslogtreecommitdiff
path: root/docbook-xsl-1.75.2/fo/autoidx-ng.xsl
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-12-09 16:39:22 +0100
committermguetlein <martin.guetlein@gmail.com>2010-12-09 16:39:22 +0100
commit3fd24182bee64ea2252aa494e5930c9c9924d1d2 (patch)
tree9af11d6624bfe0566f768b0a0a227d50216327dc /docbook-xsl-1.75.2/fo/autoidx-ng.xsl
parent7459525cbf5cc8ed4afcbaa3a0749828098a8f48 (diff)
add significance tests to reports, some more report modifications
Diffstat (limited to 'docbook-xsl-1.75.2/fo/autoidx-ng.xsl')
-rw-r--r--docbook-xsl-1.75.2/fo/autoidx-ng.xsl20
1 files changed, 0 insertions, 20 deletions
diff --git a/docbook-xsl-1.75.2/fo/autoidx-ng.xsl b/docbook-xsl-1.75.2/fo/autoidx-ng.xsl
deleted file mode 100644
index 9407b5c..0000000
--- a/docbook-xsl-1.75.2/fo/autoidx-ng.xsl
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="1.0">
-
-<!-- ********************************************************************
- $Id: autoidx-ng.xsl 6910 2007-06-28 23:23:30Z xmldoc $
- ********************************************************************
-
- This file is part of the DocBook XSL Stylesheet distribution.
- See ../README or http://docbook.sf.net/ for copyright
- copyright and other information.
-
- ******************************************************************** -->
-
-<!-- You should have this directly in your customization file. -->
-<!-- This file is there only to retain backward compatibility. -->
-<xsl:import href="autoidx-kosek.xsl"/>
-<xsl:param name="index.method">kosek</xsl:param>
-
-</xsl:stylesheet>