From: Galen Charlton Date: Fri, 6 Apr 2012 15:18:55 +0000 (-0400) Subject: Bug 7818: update comment to clarify availability of DOM index mode X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=79c0158aab1526f81e8b3c2d0a744712463c0f8c;p=koha.git Bug 7818: update comment to clarify availability of DOM index mode DOM indexing is now available for both bibs and authorities. Signed-off-by: Galen Charlton Signed-off-by: Jared Camins-Esakov Signed-off-by: Paul Poulain --- diff --git a/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl b/etc/zebradb/xsl/koha-indexdefs-to-zebra.xsl index 3e3aed45ff..59cae26718 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).