mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 10:03:47 +08:00
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.
This commit is contained in:
parent
0d0878d72e
commit
2faf902da5
@ -1,3 +1,8 @@
|
||||
2021-05-08 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* doc/Makefile.am (AM_MAKEINFOFLAGS): Define.
|
||||
* doc/Makefile.in: Regenerate.
|
||||
|
||||
2021-05-07 Clément Chigot <clement.chigot@atos.net>
|
||||
|
||||
* coff-rs6000.c (xcoff_dwsect_names): Add new DWARF
|
||||
|
@ -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 \
|
||||
|
@ -445,6 +445,7 @@ SRCIPROT = $(srcdir)/../cache.c $(srcdir)/../libbfd.c \
|
||||
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 \
|
||||
-I$(srcdir)/../../intl -I../../intl
|
||||
|
@ -1,3 +1,8 @@
|
||||
2021-05-08 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* doc/Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
|
||||
* doc/Makefile.in: Regenerate.
|
||||
|
||||
2021-05-07 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* readelf.c (no_processor_specific_unwind): New function.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,8 @@
|
||||
2021-05-08 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* doc/Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
|
||||
* doc/Makefile.in: Regenerate.
|
||||
|
||||
2021-05-07 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR 3136
|
||||
|
@ -36,7 +36,8 @@ info_TEXINFOS = as.texi
|
||||
as_TEXINFOS = asconfig.texi $(CPU_DOCS)
|
||||
|
||||
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
|
||||
|
||||
|
@ -396,7 +396,8 @@ man_MANS = as.1
|
||||
info_TEXINFOS = as.texi
|
||||
as_TEXINFOS = asconfig.texi $(CPU_DOCS)
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,8 @@
|
||||
2021-05-08 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2021-05-07 Jan Beulich <jbeulich@suse.com>
|
||||
|
||||
* testsuite/ld-x86-64/rela.d: New.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user