From: Nicholas Nethercote Date: Thu, 16 Apr 2009 00:40:02 +0000 (+0000) Subject: Fix the installation instructions in the manual. X-Git-Tag: svn/VALGRIND_3_5_0~811 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96609c3972aa9cad150e89467e60dcaa4eaacf27;p=thirdparty%2Fvalgrind.git Fix the installation instructions in the manual. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9559 --- diff --git a/README b/README index 3a75cd7eb1..38c570e7e3 100644 --- a/README +++ b/README @@ -87,7 +87,7 @@ To install from a tar.bz2 distribution: options are documented in the INSTALL file. The only interesting one is the usual --prefix=/where/you/want/it/installed. - 5. Do "make". + 5. Do "make". (Nb: this cannot be combined with the next step.) 6. Do "make install", possibly as root if the destination permissions require that. diff --git a/docs/xml/manual-writing-tools.xml b/docs/xml/manual-writing-tools.xml index a78254cccb..7b0e2bfdeb 100644 --- a/docs/xml/manual-writing-tools.xml +++ b/docs/xml/manual-writing-tools.xml @@ -140,6 +140,7 @@ top-level directory valgrind/. It should automake, configure and compile without errors,