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. --- ld/ChangeLog | 5 +++++ ld/Makefile.am | 2 +- ld/Makefile.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'ld') diff --git a/ld/ChangeLog b/ld/ChangeLog index d78c706..b8b5c18 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2021-05-08 Mike Frysinger + + * Makefile.am (AM_MAKEINFOFLAGS): Add --no-split. + * Makefile.in: Regenerate. + 2021-05-07 Jan Beulich * testsuite/ld-x86-64/rela.d: New. diff --git a/ld/Makefile.am b/ld/Makefile.am index 606a917..cb90dae 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -134,7 +134,7 @@ noinst_TEXINFOS = ldint.texi man_MANS = ld.1 AM_MAKEINFOFLAGS = -I $(srcdir) -I $(BFDDIR)/doc -I ../bfd/doc \ - -I $(top_srcdir)/../libiberty + -I $(top_srcdir)/../libiberty --no-split TEXI2DVI = texi2dvi -I $(srcdir) -I $(BFDDIR)/doc -I ../bfd/doc \ -I $(top_srcdir)/../libiberty diff --git a/ld/Makefile.in b/ld/Makefile.in index f1be6bc..b654700 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -626,7 +626,7 @@ ld_TEXINFOS = configdoc.texi noinst_TEXINFOS = ldint.texi man_MANS = ld.1 AM_MAKEINFOFLAGS = -I $(srcdir) -I $(BFDDIR)/doc -I ../bfd/doc \ - -I $(top_srcdir)/../libiberty + -I $(top_srcdir)/../libiberty --no-split TEXI2DVI = texi2dvi -I $(srcdir) -I $(BFDDIR)/doc -I ../bfd/doc \ -I $(top_srcdir)/../libiberty -- cgit v1.1