From e4c44f3e20e063238ac9bf47be7d362ada569678 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 19 Mar 2009 11:42:10 +0100 Subject: [PATCH] marcxml example installed --- examples/marcxml/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/marcxml/Makefile.am b/examples/marcxml/Makefile.am index a8169f9..c1c993b 100644 --- a/examples/marcxml/Makefile.am +++ b/examples/marcxml/Makefile.am @@ -1,5 +1,6 @@ +marcxmldatadir=$(datadir)/$(PACKAGE)$(PACKAGE_SUFFIX)-examples/marcxml -EXTRA_DIST = zebra.cfg\ +marcxmldata_DATA = zebra.cfg\ README\ MARC21slim2INDEX.xsl\ MARC21slim2MADS.xsl\ @@ -16,7 +17,8 @@ EXTRA_DIST = zebra.cfg\ identity.xsl\ zebra.xsl +EXTRA_DIST = $(marcxmldata_DATA) clean: - rm -f *.mf *..LCK zebrasrv.pid + rm -f *.mf *.LCK zebrasrv.pid -- 1.7.10.4