From: Adam Dickmeiss Date: Fri, 26 May 2006 20:32:20 +0000 (+0000) Subject: Use srcdir for man ref xsltproc invocation X-Git-Tag: METAPROXY.1.0.6~40 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=c30686a114e43fc6110f468d6d9c20155893ed6d;p=metaproxy-moved-to-github.git Use srcdir for man ref xsltproc invocation --- diff --git a/doc/Makefile.am b/doc/Makefile.am index df56aa4..1a1d1fe 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.17 2006-05-26 20:28:48 adam Exp $ +## $Id: Makefile.am,v 1.18 2006-05-26 20:32:20 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -76,7 +76,7 @@ index.tkl: $(XMLFILES) common/tkl.xsl manref.xml: $(XMLMAN) $(srcdir)/common/ref2dbinc.xsl rm -f manref.xml for i in $(XMLMAN); do \ - xsltproc $(srcdir)/common/ref2dbinc.xsl $$i | sed 1d >> manref.xml; \ + xsltproc $(srcdir)/common/ref2dbinc.xsl $(srcdir)/$$i | sed 1d >> manref.xml; \ done progref.xml: metaproxy.xml