From f7ef8b45417526d5570e6294de2768dc76d93b78 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 6 Apr 2012 11:18:55 -0400 Subject: [PATCH] Bug 7818: update comment to clarify availability of DOM index mode Content-Type: text/plain; charset="UTF-8" DOM indexing is now available for both bibs and authorities. Signed-off-by: Galen Charlton Signed-off-by: Jared Camins-Esakov --- etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl b/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl index 3e3aed4..59cae26 100644 --- a/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl +++ b/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl @@ -23,9 +23,9 @@ This file has been automatically generated from a Koha index definition file with the stylesheet koha-indexdefs-to-zebra.xsl. Do not manually edit this file, as it may be overwritten. To regenerate, edit the appropriate Koha index -definition file (probably something like authority-koha-indexdefs.xml) and run: -`xsltproc koha-indexdefs-to-zebra.xsl authority-koha-indexdefs.xml > -authority-zebra-indexdefs.xsl` (substituting the appropriate file names). +definition file (probably something like {biblio,authority}-koha-indexdefs.xml) and run: +`xsltproc koha-indexdefs-to-zebra.xsl {biblio,authority}-koha-indexdefs.xml > +{biblio,authority}-zebra-indexdefs.xsl` (substituting the appropriate file names). -- 1.7.2.5