diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2009-10-10 20:46:10 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2009-10-10 20:46:10 +0000 |
commit | c08766bc7aa4fc11960607fdaefb91b3e243f75b (patch) | |
tree | d234f791b1f3cb4aa4b9c1ef04d3a9ba1aa8a3c8 | |
parent | f12c3a1d3af6ae256d4bceab4080bc4ba31122af (diff) | |
download | gcc-c08766bc7aa4fc11960607fdaefb91b3e243f75b.zip gcc-c08766bc7aa4fc11960607fdaefb91b3e243f75b.tar.gz gcc-c08766bc7aa4fc11960607fdaefb91b3e243f75b.tar.bz2 |
install.texi (Final install): Refer to http://gcc.gnu.org/bugs/ for bug reporting.
* doc/install.texi (Final install): Refer to
http://gcc.gnu.org/bugs/ for bug reporting.
From-SVN: r152629
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4bc8600..b71fccb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-10-10 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/install.texi (Final install): Refer to + http://gcc.gnu.org/bugs/ for bug reporting. + 2009-10-10 Peter Bergner <bergner@vnet.ibm.com> * configure.ac: Add test for dci instruction. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 6bf446b..73d8ded 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2689,7 +2689,7 @@ incomplete or out of date. Send a note to @email{gcc@@gcc.gnu.org} detailing how the information should be changed. If you find a bug, please report it following the -@uref{../bugs.html,,bug reporting guidelines}. +@uref{../bugs/,,bug reporting guidelines}. If you want to print the GCC manuals, do @samp{cd @var{objdir}; make dvi}. You will need to have @command{texi2dvi} (version at least 4.7) |