<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-guide.
</pre>
<p><a href="https://github.com/macports/macports-guide/commit/25d95ccc7c4e55e4b681afbb03779cc0e3cb16d7">https://github.com/macports/macports-guide/commit/25d95ccc7c4e55e4b681afbb03779cc0e3cb16d7</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 25d95cc Update adoc's list of ports required to build documentation
</span>25d95cc is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 25d95ccc7c4e55e4b681afbb03779cc0e3cb16d7
</span>Author: Jim DeLaHunt <from+project_by_git@jdlh.com>
AuthorDate: Mon Sep 14 14:17:09 2020 -0700
<span style='display:block; white-space:pre;color:#404040;'> Update adoc's list of ports required to build documentation
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> In the adoc sources of the Guide, guide/adoc/project.adoc,
</span><span style='display:block; white-space:pre;color:#404040;'> 7.5. "Updating Documentation", 7.5.1.1 "Preparing Changes",
</span><span style='display:block; white-space:pre;color:#404040;'> there is a step to install the required ports, to build the
</span><span style='display:block; white-space:pre;color:#404040;'> Guide from XML Docbook sources. Update this list of ports
</span><span style='display:block; white-space:pre;color:#404040;'> based on README.md in root.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> This matches the corresponding change to guide/xml/project.xml
</span><span style='display:block; white-space:pre;color:#404040;'> in commit 36ca5d83a2225c415a17d6420b2d9dcf1754a6fe . It is a
</span><span style='display:block; white-space:pre;color:#404040;'> minimal-scope one-line change.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> This section of the Guide does not describe how to build the
</span><span style='display:block; white-space:pre;color:#404040;'> Guide from adoc sources. Adding such a description is out of
</span><span style='display:block; white-space:pre;color:#404040;'> scope for this limited patch.
</span>---
guide/adoc/project.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/adoc/project.adoc b/guide/adoc/project.adoc
</span><span style='display:block; white-space:pre;color:#808080;'>index c47881c..05b0e2d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/adoc/project.adoc
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/adoc/project.adoc
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -563,7 +563,7 @@ $ git remote add username https://github.com/username/macports-guide.git
</span>
[source]
----
<span style='display:block; white-space:pre;background:#ffe0e0;'>-$ sudo port install libxslt docbook-xsl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+$ sudo port install libxml2 libxslt docbook-xsl-ns docbook-xml-5.0
</span> ----
</pre><pre style='margin:0'>
</pre>