From 2faf902da5109e31ad08d84a24f827f0e6f60dc4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 2 May 2021 12:09:00 -0400 Subject: 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. --- binutils/ChangeLog | 5 +++++ binutils/doc/Makefile.am | 3 ++- binutils/doc/Makefile.in | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) (limited to 'binutils') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3f210a5..bef66bf 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2021-05-08 Mike Frysinger + + * doc/Makefile.am (AM_MAKEINFOFLAGS): Add --no-split. + * doc/Makefile.in: Regenerate. + 2021-05-07 Nick Clifton * readelf.c (no_processor_specific_unwind): New function. diff --git a/binutils/doc/Makefile.am b/binutils/doc/Makefile.am index 85ad536..eb42b23 100644 --- a/binutils/doc/Makefile.am +++ b/binutils/doc/Makefile.am @@ -52,7 +52,8 @@ info_TEXINFOS = binutils.texi binutils_TEXI = $(srcdir)/binutils.texi AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ - -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc + -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc \ + --no-split TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc diff --git a/binutils/doc/Makefile.in b/binutils/doc/Makefile.in index 3ad6021..681eff3 100644 --- a/binutils/doc/Makefile.in +++ b/binutils/doc/Makefile.in @@ -431,7 +431,8 @@ man_MANS = \ info_TEXINFOS = binutils.texi binutils_TEXI = $(srcdir)/binutils.texi AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ - -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc + -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc \ + --no-split TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc -- cgit v1.1