diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-02-16 03:54:54 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2008-02-16 03:54:54 +0000 |
commit | 0ee2ea095c0f85761f5f209be3e7a1bacc2dea7f (patch) | |
tree | ce422517ace7236a82e63250e08e4bfb105f8c18 /gcc/doc/makefile.texi | |
parent | dcec11cec7b58872b194a9774c48047f8e5c84f8 (diff) | |
download | gcc-0ee2ea095c0f85761f5f209be3e7a1bacc2dea7f.tar.gz |
c-tree.texi: Use `@.' where appropriate.
* doc/c-tree.texi: Use `@.' where appropriate.
* doc/extend.texi: Likewise.
* doc/install.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/loop.texi: Likewise.
* doc/makefile.texi: Likewise.
* doc/md.texi: Likewise.
* doc/passes.texi: Likewise.
* doc/standards.texi: Likewise.
* doc/tm.texi: Likewise.
From-SVN: r132361
Diffstat (limited to 'gcc/doc/makefile.texi')
-rw-r--r-- | gcc/doc/makefile.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/makefile.texi b/gcc/doc/makefile.texi index 7356b4484fd..434f79697b5 100644 --- a/gcc/doc/makefile.texi +++ b/gcc/doc/makefile.texi @@ -152,7 +152,7 @@ with the stage@var{N-1} GCC@footnote{Customarily, the system compiler is also termed the @file{stage0} GCC.}. You will invoke this target if you need to test or debug the -stage@var{N} GCC. If you only need to execute GCC (but you need +stage@var{N} GCC@. If you only need to execute GCC (but you need not run @samp{make} either to rebuild it or to run test suites), you should be able to work directly in the @file{stage@var{N}-gcc} directory. This makes it easier to debug multiple stages in |