From 43e4790905f0b4e56ecb2f28adab19dd1f1cc3e1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 2 Jun 2006 10:59:21 +0000 Subject: [PATCH] Dont generate xsl.in files --- configure.ac | 6 +----- examples/gils/zebra.cfg | 6 +++--- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index be6ab5a..9f44adc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Zebra, Index Data ApS, 1995-2006 -dnl $Id: configure.ac,v 1.9 2006-05-30 23:08:29 adam Exp $ +dnl $Id: configure.ac,v 1.10 2006-06-02 10:59:21 adam Exp $ dnl AC_PREREQ(2.59) AC_INIT([idzebra],[1.4.0],[adam@indexdata.dk]) @@ -352,11 +352,7 @@ AC_OUTPUT([ doc/Makefile doc/local.ent doc/common/Makefile - doc/common/html.dsl - doc/common/html.xsl - doc/common/man.xsl doc/common/print.dsl - doc/common/tkl.xsl test/Makefile test/gils/Makefile test/usmarc/Makefile test/api/Makefile test/xslt/Makefile test/xpath/Makefile diff --git a/examples/gils/zebra.cfg b/examples/gils/zebra.cfg index 45ab7ea..67302d1 100644 --- a/examples/gils/zebra.cfg +++ b/examples/gils/zebra.cfg @@ -1,5 +1,5 @@ # Simple Zebra configuration file -# $Id: zebra.cfg,v 1.10 2006-05-05 09:14:02 adam Exp $ +# $Id: zebra.cfg,v 1.11 2006-06-02 10:59:21 adam Exp $ # # Where the schema files, attribute files, etc are located. profilePath: .:../../tab @@ -9,8 +9,8 @@ attset: bib1.att attset: gils.att attset: explain.att -recordtype: grs.sgml -isam: c +recordtype: grs.xml +isam: b # Flags for the non-authenticated user. w=write (allows ES Updates) perm.anonymous: rw -- 1.7.10.4