From baace83df196efe065b7c10b016527a3e91ab245 Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Fri, 17 Feb 2006 14:06:06 +0000 Subject: [PATCH] added Alvis XSLT indexing example where one indexes OAI harvested records --- configure.in | 4 ++-- examples/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index b61fbc6..c32ac27 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Zebra, Index Data ApS, 1995-2005 -dnl $Id: configure.in,v 1.131 2006-02-09 08:55:36 adam Exp $ +dnl $Id: configure.in,v 1.132 2006-02-17 14:06:06 marc Exp $ dnl AC_INIT(include/idzebra/version.h) AM_INIT_AUTOMAKE(idzebra,1.4.0) @@ -361,7 +361,7 @@ AC_OUTPUT([ test/espec/Makefile test/filters/Makefile examples/Makefile examples/gils/Makefile examples/zthes/Makefile - examples/marc21/Makefile + examples/marc21/Makefile examples/alvis-oai/Makefile idzebra.spec idzebra-config Doxyfile diff --git a/examples/Makefile.am b/examples/Makefile.am index 2b773d6..8064810 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS=gils zthes marc21 +SUBDIRS = alvis-oai gils zthes marc21 EXTRA_DIST = README -- 1.7.10.4