From c753142b010efe73df1e4107ba1a77f0838fba65 Mon Sep 17 00:00:00 2001 From: gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Wed, 13 Jun 2001 14:51:33 +0000 Subject: [PATCH] * INSTALL/README: Update wrt. to the installation instructions now residing in gcc/doc/install.texi. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43318 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 5 +++++ INSTALL/README | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index d2dea554b479..61ea36e2eb5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> + + * INSTALL/README: Update wrt. to the installation instructions now + residing in gcc/doc/install.texi. + 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk> * README: Replace with a cut-down and updated version of gcc/README. diff --git a/INSTALL/README b/INSTALL/README index bdbe2f7b84a2..27bd1738bca0 100644 --- a/INSTALL/README +++ b/INSTALL/README @@ -1,8 +1,6 @@ This directory has been obsoleted for GCC snapshots and CVS access. -Instead check out the toplevel "wwwdocs" module as a sibling of -your "gcc" tree or read these files via the GCC web site -<http://www.gnu.org/software/gcc/>. +For releases the installation documentation is generated from +gcc/doc/install.texi and copied into this directory. -Copies of the relevant files will be copied into this directory -for releases. +To read this documentation, please point your HTML browser to "index.html". -- GitLab