From: Florian Krohm Date: Wed, 19 Oct 2011 20:48:45 +0000 (+0000) Subject: Fix a comment. X-Git-Tag: svn/VALGRIND_3_7_0~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=738a4307c2901138bff186d78a52b7f36ab2f1fe;p=thirdparty%2Fvalgrind.git Fix a comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12169 --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 5a4387f801..fdaff4e3a0 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -6,7 +6,7 @@ # Comment out the next line to skip building print docs. The default # is not to skip building print docs. Note, after changing it -# you of course need to re-run configure to make it take effect. +# you need to re-run autogen.sh and configure to make it take effect. BUILD_ALL_DOCS=yes ##-------------------------------------------------------------