summaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-05-02 12:09:00 -0400
committerMike Frysinger <vapier@gentoo.org>2021-05-08 11:58:19 -0400
commit2faf902da5109e31ad08d84a24f827f0e6f60dc4 (patch)
treee7d56281a994207431279523aa3b7ce57f407a15 /ld/Makefile.in
parent0d0878d72e0271da43fd248a39ce11dc9fb7e568 (diff)
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 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index f1be6bc320..b654700045 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