From 502da18ae0dc8c8f9e7a64e82981990de6827057 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 13 Sep 2022 09:37:10 -0400 Subject: [PATCH] (c.html): Add --no-split. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a2c3ed..a3ca0b3 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ c.dvi: c.texi cpp.texi fp.texi fdl.texi c.doc: c.texi cpp.texi fp.texi fdl.texi makeinfo --docbook c.texi -o $@ c.html: c.texi cpp.texi fp.texi fdl.texi - makeinfo --html c.texi -o $@ + makeinfo --html --no-split c.texi -o $@ c.txt: c.texi cpp.texi fp.texi fdl.texi makeinfo --plaintext c.texi > $@