diff options
author | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-04 17:35:59 +0000 |
---|---|---|
committer | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-04 17:35:59 +0000 |
commit | b724fad7f502d7e44c189f67d78d276461f3f320 (patch) | |
tree | cda38963326438a28584b3d0f047c0ae365275fc /gcc/doc/makefile.texi | |
parent | 140253e329c085624e22f565dfa3dea42a214b66 (diff) | |
download | gcc-b724fad7f502d7e44c189f67d78d276461f3f320.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56802 138bc75d-0d04-0410-961f-82ee72b054a4
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. |