aboutsummaryrefslogtreecommitdiff
path: root/gprof/Makefile.am
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/Makefile.am
parent0d0878d72e0271da43fd248a39ce11dc9fb7e568 (diff)
downloadbinutils-2faf902da5109e31ad08d84a24f827f0e6f60dc4.zip
binutils-2faf902da5109e31ad08d84a24f827f0e6f60dc4.tar.gz
binutils-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/Makefile.am')
-rw-r--r--gprof/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gprof/Makefile.am b/gprof/Makefile.am
index c642f17..4ed2f29 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: