From 2faf902da5109e31ad08d84a24f827f0e6f60dc4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 2 May 2021 12:09:00 -0400 Subject: 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. --- gprof/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gprof/Makefile.in') diff --git a/gprof/Makefile.in b/gprof/Makefile.in index 2767699..b400406 100644 --- a/gprof/Makefile.in +++ b/gprof/Makefile.in @@ -476,7 +476,9 @@ POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1 info_TEXINFOS = gprof.texi gprof_TEXINFOS = config.texi man_MANS = gprof.1 -AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc +AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc \ + --no-split + TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../bfd/doc" -I ../bfd/doc MAINTAINERCLEANFILES = gprof.info all: $(BUILT_SOURCES) gconfig.h -- cgit v1.1