forked from Imagelibrary/binutils-gdb
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user