diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2004-11-13 17:29:03 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2004-11-13 17:29:03 +0000 |
commit | 0e8f8feaddea6d2f24bba231817437c96328054a (patch) | |
tree | cd6f2fc633a1e59cf514d9ff4c3ac76314c4200d /gcc | |
parent | b48cf92f95ce83a1709edcb90c5895d389a4a9a3 (diff) | |
download | gcc-0e8f8feaddea6d2f24bba231817437c96328054a.zip gcc-0e8f8feaddea6d2f24bba231817437c96328054a.tar.gz gcc-0e8f8feaddea6d2f24bba231817437c96328054a.tar.bz2 |
Fix typo, html is generated in the build directory, not the source directory.
From-SVN: r90590
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 2f44166..b7207e0 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -594,7 +594,7 @@ This should be done using @code{$(TEXI2DVI)}, with appropriate @option{-I} arguments pointing to directories of included files. This hook is a double-colon hook. @item html -Build HTML documentation for the front end, in the source directory. +Build HTML documentation for the front end, in the build directory. @item man Build generated man pages for the front end from Texinfo manuals (@pxref{Man Page Generation}), in the build directory. This target |