|
From: <sv...@va...> - 2011-10-19 20:53:31
|
Author: florian Date: 2011-10-19 21:48:45 +0100 (Wed, 19 Oct 2011) New Revision: 12169 Log: Fix a comment. Modified: trunk/docs/Makefile.am Modified: trunk/docs/Makefile.am =================================================================== --- trunk/docs/Makefile.am 2011-10-19 20:17:50 UTC (rev 12168) +++ trunk/docs/Makefile.am 2011-10-19 20:48:45 UTC (rev 12169) @@ -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 ##------------------------------------------------------------- |