diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-05-02 12:09:00 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-05-08 11:58:19 -0400 |
commit | 2faf902da5109e31ad08d84a24f827f0e6f60dc4 (patch) | |
tree | e7d56281a994207431279523aa3b7ce57f407a15 /bfd/doc | |
parent | 0d0878d72e0271da43fd248a39ce11dc9fb7e568 (diff) | |
download | gdb-2faf902da5109e31ad08d84a24f827f0e6f60dc4.zip gdb-2faf902da5109e31ad08d84a24f827f0e6f60dc4.tar.gz gdb-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')
-rw-r--r-- | bfd/doc/Makefile.am | 2 | ||||
-rw-r--r-- | bfd/doc/Makefile.in | 1 |
2 files changed, 3 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 \ diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in index 93ba83a..ab3efe9 100644 --- a/bfd/doc/Makefile.in +++ b/bfd/doc/Makefile.in @@ -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 |