From f98330f4a395ec9f830c39b4a4eb4e523bc0c796 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 22 May 2003 22:32:08 +0000 Subject: [PATCH] Fix to install XSLs and pqf.properties --- etc/Makefile.am | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/etc/Makefile.am b/etc/Makefile.am index fa4b417..8b6c5ac 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,9 +1,12 @@ -# $Id: Makefile.am,v 1.1 2003-01-06 08:20:27 adam Exp $ +# $Id: Makefile.am,v 1.2 2003-05-22 22:32:08 mike Exp $ -EXTRA_DIST=maps.xml \ +etcdatadir = $(pkgdatadir)/etc +etcdata_DATA = pqf.properties \ + maps.xml \ MARC21slim2DC.xsl \ MARC21slim2MODS.xsl \ MARC21slim2RDFDC.xsl \ - MARC21slimUtils.xsl \ - pqf.properties + MARC21slimUtils.xsl + +EXTRA_DIST = $(etcdata_DATA) -- 1.7.10.4