summaryrefslogtreecommitdiff
path: root/gprof
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-05-02 12:09:00 -0400
committerMike Frysinger <vapier@gentoo.org>2021-05-08 11:58:19 -0400
commit2faf902da5109e31ad08d84a24f827f0e6f60dc4 (patch)
treee7d56281a994207431279523aa3b7ce57f407a15 /gprof
parent0d0878d72e0271da43fd248a39ce11dc9fb7e568 (diff)
downloadbinutils-gdb-2faf902da5109e31ad08d84a24f827f0e6f60dc4.tar.gz
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')
-rw-r--r--gprof/ChangeLog5
-rw-r--r--gprof/Makefile.am3
-rw-r--r--gprof/Makefile.in4
3 files changed, 10 insertions, 2 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 6e97b43b20f..e8fc312b1ec 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
diff --git a/gprof/Makefile.am b/gprof/Makefile.am
index c642f173fc0..4ed2f29584e 100644
--- a/gprof/Makefile.am
+++ b/gprof/Makefile.am
@@ -84,7 +84,8 @@ info_TEXINFOS = gprof.texi
gprof_TEXINFOS = config.texi
man_MANS = gprof.1
-AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc
+AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc \
+ --no-split
TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc
config.texi:
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index 2767699cdfe..b40040684d6 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -476,7 +476,9 @@ POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1
info_TEXINFOS = gprof.texi
gprof_TEXINFOS = config.texi
man_MANS = gprof.1
-AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc
+AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc \
+ --no-split
+
TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc
MAINTAINERCLEANFILES = gprof.info
all: $(BUILT_SOURCES) gconfig.h