<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/a8fab00ae06f9fa4b5b9400293557b3367fe2e29">https://github.com/macports/macports-base/commit/a8fab00ae06f9fa4b5b9400293557b3367fe2e29</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new a8fab00  doc: Change wording of tools install instructions
</span>a8fab00 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a8fab00ae06f9fa4b5b9400293557b3367fe2e29
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Thu Mar 22 15:40:09 2018 +0100

<span style='display:block; white-space:pre;color:#404040;'>    doc: Change wording of tools install instructions
</span>---
 doc/Makefile.in | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/doc/Makefile.in b/doc/Makefile.in
</span><span style='display:block; white-space:pre;color:#808080;'>index 5af68a1..1fd9d9a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/doc/Makefile.in
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/doc/Makefile.in
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -175,9 +175,10 @@ man: ${MAN} ${MAN:%=%.gz}
</span> 
 %.xml %.html: | %.txt
        @echo "* In order to modify and generate output from these source files,"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        @echo "* please install asciidoc and xsltproc (port libxslt) and docbook-xsl or use"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   @echo "*   $(MAKE) ASCIIDOC=.../bin/asciidoc XSLTPROC=../bin/xsltproc DOCBOOK_XSL=nonempty"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   @echo "* with appropriate paths for asciidoc and xsltproc."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   @echo "* please install the required tools into ${prefix} with"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   @echo "*   sudo ${prefix}/bin/port install asciidoc libxslt docbook-xsl"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   @echo "* or as an alternative, specify external paths for the tools"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   @echo "*   make ASCIIDOC=.../bin/asciidoc XSLTPROC=../bin/xsltproc DOCBOOK_XSL=installed"
</span>   @exit 1
 endif
 
</pre><pre style='margin:0'>

</pre>