diff options
author | Janis Johnson <janis187@us.ibm.com> | 2002-09-04 17:35:59 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2002-09-04 17:35:59 +0000 |
commit | 478c9e72c61443a0fc32841d05c2251246de88c8 (patch) | |
tree | cda38963326438a28584b3d0f047c0ae365275fc /gcc/doc/makefile.texi | |
parent | 7b98d4549b34d8fe57170ce9fb57f2c1508516dc (diff) | |
download | gcc-478c9e72c61443a0fc32841d05c2251246de88c8.tar.gz |
c-tree.texi: Fix overfull hboxes.
2002-09-04 Janis Johnson <janis187@us.ibm.com>
* doc/c-tree.texi: Fix overfull hboxes.
* doc/cppopts.texi: Ditto.
* doc/extend.texi: Ditto.
* doc/gty.texi: Ditto.
* doc/invoke.texi: Ditto.
* doc/makefile.texi: Ditto.
* doc/rtl.texi: Ditto.
* doc/standards.texi: Ditto.
* doc/tm.texi: Ditto.
From-SVN: r56802
Diffstat (limited to 'gcc/doc/makefile.texi')
-rw-r--r-- | gcc/doc/makefile.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/makefile.texi b/gcc/doc/makefile.texi index 69d621ba66c..6d6b0253aa6 100644 --- a/gcc/doc/makefile.texi +++ b/gcc/doc/makefile.texi @@ -48,9 +48,9 @@ You can specify specific tests by setting RUNTESTFLAGS to be the name of the @file{.exp} file, optionally followed by (for some tests) an equals and a file wildcard, like: -@example +@smallexample make check-gcc RUNTESTFLAGS="execute.exp=19980413-*" -@end example +@end smallexample Note that running the testsuite may require additional tools be installed, such as TCL or dejagnu. |