summaryrefslogtreecommitdiff
path: root/gas
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 /gas
parent0d0878d72e0271da43fd248a39ce11dc9fb7e568 (diff)
downloadbinutils-gdb-2faf902da5109e31ad08d84a24f827f0e6f60dc4.tar.gz
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 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/doc/Makefile.am3
-rw-r--r--gas/doc/Makefile.in3
3 files changed, 9 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index aa3f6133400..60ea990f1fa 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am
index 4d25e56126e..34ff5d5b543 100644
--- a/gas/doc/Makefile.am
+++ b/gas/doc/Makefile.am
@@ -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
diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in
index 4ae77bef329..369f74f3188 100644
--- a/gas/doc/Makefile.in
+++ b/gas/doc/Makefile.in
@@ -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