[PATCH 1/3] generate single html manual page by default

Mike Frysinger vapier@gentoo.org
Sun May 2 17:21:01 GMT 2021


On 02 May 2021 13:07, Mike Frysinger via Binutils wrote:
> --- a/bfd/doc/Makefile.am
> +++ b/bfd/doc/Makefile.am
> @@ -71,6 +71,9 @@ TEXIDIR = $(srcdir)/../../texinfo/fsf
>  info_TEXINFOS = bfd.texi
>  bfd_TEXINFOS = $(DOCFILES) bfdsumm.texi
>  
> +AM_MAKEINFOFLAGS_no_split = --no-split
> +AM_MAKEINFOFLAGS = $(AM_MAKEINFOFLAGS_no_split)

i might not need the sep AM_MAKEINFOFLAGS_no_split after all.  i was
playing with things in earlier revisions that needed a sep var, but i
only noticed after sending it out that i can collapse it now.
-mike


More information about the Binutils mailing list