diff options
author | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-08 06:39:15 +0000 |
---|---|---|
committer | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-08 06:39:15 +0000 |
commit | f6937ba587bc2e66affee5ea5099609765ac77ae (patch) | |
tree | d9413b2a79463bc1915960aa8b451abb8e1dc601 /gcc/doc/makefile.texi | |
parent | 56c7ac5035e4cd1f1fc0a287c3caa13401c5eb79 (diff) | |
download | ppe42-gcc-f6937ba587bc2e66affee5ea5099609765ac77ae.tar.gz ppe42-gcc-f6937ba587bc2e66affee5ea5099609765ac77ae.zip |
* doc/install.texi: Use @command and @samp for single- and
multi-word commands respectively.
* doc/makefile.texi: Likewise.
* doc/sourcebuild.texi: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65364 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/makefile.texi')
-rw-r--r-- | gcc/doc/makefile.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/doc/makefile.texi b/gcc/doc/makefile.texi index 6d6b0253aa6..1e64c5e6160 100644 --- a/gcc/doc/makefile.texi +++ b/gcc/doc/makefile.texi @@ -13,18 +13,18 @@ This is the default target. Depending on what your build/host/target configuration is, it coordinates all the things that need to be built. @item doc -Produce info-formatted documentation. Also, @code{make dvi} is -available for DVI-formatted documentation, and @code{make +Produce info-formatted documentation. Also, @samp{make dvi} is +available for DVI-formatted documentation, and @samp{make generated-manpages} to generate man pages. @item mostlyclean Delete the files made while building the compiler. @item clean -That, and all the other files built by @code{make all}. +That, and all the other files built by @samp{make all}. @item distclean -That, and all the files created by @code{configure}. +That, and all the files created by @command{configure}. @item extraclean That, and any temporary or intermediate files, like emacs backup files. @@ -43,7 +43,7 @@ Deletes installed files. @item check Run the testsuite. This creates a @file{testsuite} subdirectory that has various @file{.sum} and @file{.log} files containing the results of -the testing. You can run subsets with, for example, @code{make check-gcc}. +the testing. You can run subsets with, for example, @samp{make check-gcc}. 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: @@ -59,7 +59,7 @@ installed, such as TCL or dejagnu. Builds gcc three times---once with the native compiler, once with the native-built compiler it just built, and once with the compiler it built the second time. In theory, the last two should produce the same -results, which @code{make compare} can check. Each step of this process +results, which @samp{make compare} can check. Each step of this process is called a ``stage'', and the results of each stage @var{N} (@var{N} = 1@dots{}3) are copied to a subdirectory @file{stage@var{N}/}. @@ -81,7 +81,7 @@ special invocation, using this target means you don't have to keep track of which stage you're on or what invocation that stage needs. @item cleanstrap -Removed everything (@code{make clean}) and rebuilds (@code{make bootstrap}). +Removed everything (@samp{make clean}) and rebuilds (@samp{make bootstrap}). @item stage@var{N} (@var{N} = 1@dots{}4) For each stage, moves the appropriate files to the @file{stage@var{N}} |