diff options
author | Alan Modra <amodra@gmail.com> | 2001-04-06 12:13:40 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-04-06 12:13:40 +0000 |
commit | 40f905288f98ff9baaaea319e525ac176ffaff4e (patch) | |
tree | 15d4c5076df511500844e59533d240e45e22691a /gprof/ChangeLog | |
parent | a250df2e356bc3f0a4607b814c6fc0e6aae85a0a (diff) | |
download | gdb-40f905288f98ff9baaaea319e525ac176ffaff4e.zip gdb-40f905288f98ff9baaaea319e525ac176ffaff4e.tar.gz gdb-40f905288f98ff9baaaea319e525ac176ffaff4e.tar.bz2 |
man page generation from gprof.texi by Stephane Carrez
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index c3728a1..72d634e 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,14 @@ +2001-04-06 Stephane Carrez <Stephane.Carrez@worldnet.fr> + + * gprof.texi: Put @c man begin and @c man end indications + to generate man page using texi2pod and pod2man. Added SEEALSO, + SYNOPSIS, BUGS, FILES and DESCRIPTION from original gprof.1 + enclosed in @ifset man condition. + * Makefile.am (MANCONF, TEXI2POD, POD2MAN): New variable. + Generate gprof.1 from gprof.texi. + * gprof.1: Generate from gprof.texi. + * Makefile.in: Regenerate. + 2001-03-13 David Mosberger <davidm@hpl.hp.com> * hist.c (hist_dimension): Declare as an array of 16 characters. |