diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-05-02 12:09:00 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-05-08 11:58:19 -0400 |
commit | 2faf902da5109e31ad08d84a24f827f0e6f60dc4 (patch) | |
tree | e7d56281a994207431279523aa3b7ce57f407a15 /gprof/ChangeLog | |
parent | 0d0878d72e0271da43fd248a39ce11dc9fb7e568 (diff) | |
download | gdb-2faf902da5109e31ad08d84a24f827f0e6f60dc4.zip gdb-2faf902da5109e31ad08d84a24f827f0e6f60dc4.tar.gz gdb-2faf902da5109e31ad08d84a24f827f0e6f60dc4.tar.bz2 |
generate single html manual page by default
This better matches other GNU projects like autoconf/automake where
the html manual is the single page form. We'll support the multi-page
form in a follow up change.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 6e97b43..e8fc312b 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,8 @@ +2021-05-08 Mike Frysinger <vapier@gentoo.org> + + * Makefile.am (AM_MAKEINFOFLAGS): Add --no-split. + * Makefile.in: Regenerate. + 2021-04-14 Alan Modra <amodra@gmail.com> PR 27716 |