From: Mike Taylor Date: Thu, 22 May 2003 22:32:08 +0000 (+0000) Subject: Fix to install XSLs and pqf.properties X-Git-Tag: YAZ.2.0.2.RH.2~4 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=f98330f4a395ec9f830c39b4a4eb4e523bc0c796;hp=07a80eea989576eaa13633f4e96e57e14b40ea0f Fix to install XSLs and pqf.properties --- 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)