Use srcdir for man ref xsltproc invocation
[metaproxy-moved-to-github.git] / doc / Makefile.am
index 3b8db2d..1a1d1fe 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.16 2006-05-26 20:20:51 adam Exp $
+## $Id: Makefile.am,v 1.18 2006-05-26 20:32:20 adam Exp $
 docdir=$(datadir)/doc/@PACKAGE@
 
 SUBDIRS = common
@@ -26,7 +26,7 @@ HTMLFILES = architecture.html \
        filterref.html \
        filters.html \
        future.directions.html \
-       index.html
+       index.html \
        individual.classes.html \
        installation.html \
        installation.debian.html \
@@ -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