diff mbox

[03/27] Add Sphinx to install.texi

Message ID 1414774977-25605-4-git-send-email-dmalcolm@redhat.com
State New
Headers show

Commit Message

David Malcolm Oct. 31, 2014, 5:02 p.m. UTC
In https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01793.html,
Joseph said:

> Although Sphinx isn't a build dependency, as a dependency for
> regenerating checked-in files I think it should be documented in
> install.texi (like autoconf, gettext, etc.).

This patch adds such documentation.

gcc/ChangeLog:
	* doc/install.texi (Tools/packages necessary for modifying GCC):
	Add Sphinx.
---
 gcc/doc/install.texi | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Jeff Law Oct. 31, 2014, 9:17 p.m. UTC | #1
On 10/31/14 11:02, David Malcolm wrote:
> In https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01793.html,
> Joseph said:
>
>> Although Sphinx isn't a build dependency, as a dependency for
>> regenerating checked-in files I think it should be documented in
>> install.texi (like autoconf, gettext, etc.).
>
> This patch adds such documentation.
>
> gcc/ChangeLog:
> 	* doc/install.texi (Tools/packages necessary for modifying GCC):
> 	Add Sphinx.
OK.
Jeff
diff mbox

Patch

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 06fcd8a..ef7656c 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -491,6 +491,11 @@  Necessary for running @command{texi2dvi} and @command{texi2pdf}, which
 are used when running @command{make dvi} or @command{make pdf} to create
 DVI or PDF files, respectively.
 
+@item Sphinx version 1.0 (or later)
+
+Necessary to regenerate @file{jit/docs/_build/texinfo} from the @file{.rst}
+files in the directories below @file{jit/docs}.
+
 @item SVN (any version)
 @itemx SSH (any version)