On Fri, 2014-10-17 at 21:25 +0000, Joseph S. Myers wrote: > 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.).
Does this look OK? (Committed to branch dmalcolm/jit for now) gcc/ChangeLog.jit: * doc/install.texi (Tools/packages necessary for modifying GCC): Add Sphinx. --- gcc/ChangeLog.jit | 5 +++++ gcc/doc/install.texi | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/gcc/ChangeLog.jit b/gcc/ChangeLog.jit index 8dec312..bcd72a4 100644 --- a/gcc/ChangeLog.jit +++ b/gcc/ChangeLog.jit @@ -1,5 +1,10 @@ 2014-10-20 David Malcolm <dmalc...@redhat.com> + * doc/install.texi (Tools/packages necessary for modifying GCC): + Add Sphinx. + +2014-10-20 David Malcolm <dmalc...@redhat.com> + * Makefile.in (pkgconfigdir): Drop this. (installdirs): Likewise. * configure.ac (gcc_version): Don't AC_SUBST this. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index c92de28..b4027ea 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 (any working version) + +Necessary to regenerate @file{jit/docs/_build/texinfo} from the .rst +files in the directories below @file{jit/docs}. + @item SVN (any version) @itemx SSH (any version) -- 1.7.11.7