From 4fce95660084ea284da897762be4a4cd0bcb9e8e Mon Sep 17 00:00:00 2001 From: pookey Date: Thu, 31 May 2007 20:23:04 +0000 Subject: [PATCH] fixing Makefile for docbook docs --- manual/docbook/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/docbook/Makefile b/manual/docbook/Makefile index 493976c7b..5806a10ed 100644 --- a/manual/docbook/Makefile +++ b/manual/docbook/Makefile @@ -1,7 +1,7 @@ XSLSTYLE=doctrine.xsl XSLSTYLE_CHUNKED=doctrine-chunked.xsl %.html: %.xml - xsieve -xinclude --output $@ $(XSLSTYLE) $< - xsieve -xinclude --stringparam base.dir html/ $(XSLSTYLE_CHUNKED) $< + /usr/local/bin/xsieve -xinclude --output $@ $(XSLSTYLE) $< + /usr/local/bin/xsieve -xinclude --stringparam base.dir html/ $(XSLSTYLE_CHUNKED) $< html: doctrine.html