aboutsummaryrefslogtreecommitdiff
path: root/libiberty/gather-docs
diff options
context:
space:
mode:
authorManuel López-Ibáñez <manu@gcc.gnu.org>2009-11-25 15:34:10 +1100
committerBen Elliston <bje@gcc.gnu.org>2009-11-25 15:34:10 +1100
commitf8766c931de89b94b86a41ac9706e21b6d0807fc (patch)
tree83ad02fe2a0c4d4c057095a82205a6bac30d382a /libiberty/gather-docs
parente88e021f20301fc7d47002d3cd2de67d94f006b2 (diff)
downloadgcc-f8766c931de89b94b86a41ac9706e21b6d0807fc.zip
gcc-f8766c931de89b94b86a41ac9706e21b6d0807fc.tar.gz
gcc-f8766c931de89b94b86a41ac9706e21b6d0807fc.tar.bz2
README: Mention changes to Makefile.in and functions.texi.
* README: Mention changes to Makefile.in and functions.texi. * gather-docs: Mention 'make stamp-functions' in the header. Co-Authored-By: Ben Elliston <bje@au.ibm.com> From-SVN: r154545
Diffstat (limited to 'libiberty/gather-docs')
-rw-r--r--libiberty/gather-docs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/gather-docs b/libiberty/gather-docs
index be4dbbf..94d3fcf 100644
--- a/libiberty/gather-docs
+++ b/libiberty/gather-docs
@@ -110,7 +110,7 @@ print "Writing $outfile\n" if $verbose;
print OUT "\@c Automatically generated from *.c and others (the comments before\n";
print OUT "\@c each entry tell you which file and where in that file). DO NOT EDIT!\n";
print OUT "\@c Edit the *.c files, configure with --enable-maintainer-mode,\n";
-print OUT "\@c and let gather-docs build you a new copy.\n\n";
+print OUT "\@c run 'make stamp-functions' and gather-docs will build a new copy.\n\n";
for $key (sort keys %name) {
print OUT "\@c $src_file{$key}:$src_line{$key}\n";