This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] doc/install.texi: Mention contrib/download_prerequisites


On Thu, 10 Sep 2015, Markus Trippelsdorf wrote:
> 	* doc/invoke.texi (Downloading GCC): Mention
> 	contrib/download_prerequisites script.

This is a follow-up patch I apllied on top.

Gerald

2015-09-13  Gerald Pfeifer  <gerald@pfeifer.com>

	* doc/install.texi (Downloading the source): Mark up
	contrib/download_prerequisites properly and drop leading "./".

Index: doc/install.texi
===================================================================
--- doc/install.texi	(revision 227715)
+++ doc/install.texi	(working copy)
@@ -566,7 +566,7 @@
 
 Likewise the GMP, MPFR and MPC libraries can be automatically built
 together with GCC.  You may simply run the
-./contrib/download_prerequisites script in the GCC source directory
+@command{contrib/download_prerequisites} script in the GCC source directory
 to set up everything.
 Otherwise unpack the GMP, MPFR and/or MPC source
 distributions in the directory containing the GCC sources and rename


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]