diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2000-11-22 08:29:32 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2000-11-22 08:29:32 +0000 |
commit | c01a508e4e8a795f63348accdd04483c9d67197e (patch) | |
tree | 3420566535ebb8a4a71c582a8b253189dbef9972 /contrib | |
parent | b32a46c30c50b32405129249be4143c1aacb6fd6 (diff) | |
download | gcc-c01a508e4e8a795f63348accdd04483c9d67197e.tar.gz |
gcov.texi: Add magic comments for texi2pod.pl.
gcc:
* gcov.texi: Add magic comments for texi2pod.pl.
* Makefile.in: Add rules to generate and install gcov.1.
* gcov.1: New (generated) file.
contrib:
* gcc_update: Add gcov.1 to the list of generated files.
From-SVN: r37649
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/gcc_update | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 46c71338d22..20d87f86ca3 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2000-11-22 Joseph S. Myers <jsm28@cam.ac.uk> + + * gcc_update: Add gcov.1 to the list of generated files. + 2000-11-21 Mark Mitchell <mark@codesourcery.com> * gcc_build: Remove code to put information in a log file. diff --git a/contrib/gcc_update b/contrib/gcc_update index ec91061948e..f9721d880c9 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -67,6 +67,7 @@ gcc/cstamp-h.in: gcc/configure.in gcc/acconfig.h gcc/config.in: gcc/cstamp-h.in gcc/fixinc/fixincl.x: gcc/fixinc/fixincl.tpl gcc/fixinc/inclhack.def gcc/tradcif.c: gcc/tradcif.y +gcc/gcov.1: gcc/gcov.texi # And then, language-specific files gcc/java/parse.h: gcc/java/parse.y # And libraries, at last |