From: Nigel Metheringham Date: Tue, 13 Dec 2005 13:52:07 +0000 (+0000) Subject: Changed invocations of Pre-xml to ./Pre-xml for those without . in their path X-Git-Tag: exim-4_61~98 X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=commitdiff_plain;h=25a321c82da9565c7fd283d105eb1b7f81e078b5 Changed invocations of Pre-xml to ./Pre-xml for those without . in their path --- diff --git a/doc/doc-docbook/Makefile b/doc/doc-docbook/Makefile index 9bb4ffb48..28dd39ef8 100644 --- a/doc/doc-docbook/Makefile +++ b/doc/doc-docbook/Makefile @@ -1,4 +1,4 @@ -# $Cambridge: exim/doc/doc-docbook/Makefile,v 1.4 2005/12/01 15:29:42 ph10 Exp $ +# $Cambridge: exim/doc/doc-docbook/Makefile,v 1.5 2005/12/13 13:52:07 nm4 Exp $ # Make file for Exim documentation from Asciidoc source. @@ -22,13 +22,13 @@ filter.xml: filter.ascd MyAsciidoc.conf asciidoc -d book -b docbook -f MyAsciidoc.conf filter.ascd filter-fo.xml: filter.xml Pre-xml - Pre-xml -bookinfo filter-fo.xml + ./Pre-xml -bookinfo filter-fo.xml filter-html.xml: filter.xml Pre-xml - Pre-xml -html filter-html.xml + ./Pre-xml -html filter-html.xml filter-txt.xml: filter.xml Pre-xml - Pre-xml -ascii -html filter-txt.xml + ./Pre-xml -ascii -html filter-txt.xml filter.fo: filter-fo.xml MyStyle-filter-fo.xsl MyStyle-fo.xsl MyStyle.xsl /bin/rm -rf filter.fo filter-fo.fo @@ -77,13 +77,13 @@ spec.xml: spec.ascd MyAsciidoc.conf asciidoc -d book -b docbook -f MyAsciidoc.conf spec.ascd spec-fo.xml: spec.xml Pre-xml - Pre-xml spec-fo.xml + ./Pre-xml spec-fo.xml spec-html.xml: spec.xml Pre-xml - Pre-xml -abstract -html -oneindex spec-html.xml + ./Pre-xml -abstract -html -oneindex spec-html.xml spec-txt.xml: spec.xml Pre-xml - Pre-xml -abstract -ascii -html -noindex spec-txt.xml + ./Pre-xml -abstract -ascii -html -noindex spec-txt.xml spec.fo: spec-fo.xml MyStyle-spec-fo.xsl MyStyle-fo.xsl MyStyle.xsl MyTitleStyle.xsl /bin/rm -rf spec.fo spec-fo.fo