projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07a80ee
)
Fix to install XSLs and pqf.properties
author
Mike Taylor
<mike@indexdata.com>
Thu, 22 May 2003 22:32:08 +0000
(22:32 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 22 May 2003 22:32:08 +0000
(22:32 +0000)
etc/Makefile.am
patch
|
blob
|
history
diff --git
a/etc/Makefile.am
b/etc/Makefile.am
index
fa4b417
..
8b6c5ac
100644
(file)
--- 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)