aboutsummaryrefslogtreecommitdiff
path: root/bfd/doc/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 /bfd/doc/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 'bfd/doc/Makefile.am')
-rw-r--r--bfd/doc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/doc/Makefile.am b/bfd/doc/Makefile.am
index 36e3527..22bb654 100644
--- a/bfd/doc/Makefile.am
+++ b/bfd/doc/Makefile.am
@@ -71,6 +71,8 @@ TEXIDIR = $(srcdir)/../../texinfo/fsf
info_TEXINFOS = bfd.texi
bfd_TEXINFOS = $(DOCFILES) bfdsumm.texi
+AM_MAKEINFOFLAGS = --no-split
+
MKDOC = chew$(EXEEXT_FOR_BUILD)
AM_CPPFLAGS = -I.. -I$(srcdir)/.. -I$(srcdir)/../../include \