diff options
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r-- | gcc/doc/install.texi | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 8913ec0c923..453709970e7 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -386,7 +386,7 @@ Necessary to build GCC during development because the generated output files are not included in the SVN repository. They are included in releases. -@item Texinfo version 4.4 (or later) +@item Texinfo version 4.7 (or later) Necessary for running @command{makeinfo} when modifying @file{*.texi} files to test your changes. @@ -1765,7 +1765,7 @@ build machinery, not of GCC itself) that is used even if you only build the C front end. When building from SVN or snapshots, or if you modify Texinfo -documentation, you need version 4.4 or later of Texinfo installed if you +documentation, you need version 4.7 or later of Texinfo installed if you want Info documentation to be regenerated. Releases contain Info documentation pre-built for the unmodified documentation in the release. @@ -2362,7 +2362,7 @@ If you find a bug, please report it following the @uref{../bugs.html,,bug reporting guidelines}. If you want to print the GCC manuals, do @samp{cd @var{objdir}; make -dvi}. You will need to have @command{texi2dvi} (version at least 4.4) +dvi}. You will need to have @command{texi2dvi} (version at least 4.7) and @TeX{} installed. This creates a number of @file{.dvi} files in subdirectories of @file{@var{objdir}}; these may be converted for printing with programs such as @command{dvips}. Alternately, by using @@ -3675,9 +3675,7 @@ or newer for a working GCC@. <hr /> @end html @heading @anchor{powerpc-x-netbsd}powerpc-*-netbsd* -PowerPC system in big endian mode running NetBSD@. To build the -documentation you will need Texinfo version 4.4 (NetBSD 1.5.1 included -Texinfo version 3.12). +PowerPC system in big endian mode running NetBSD@. @html <hr /> |