From 7b837c4c5afe91b693aa85527ce2c0a10a32d047 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 18 Nov 2007 17:16:17 +0100 Subject: [PATCH] docs/vi.ref: don't split generated html --- docs/vi.ref/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vi.ref/Makefile b/docs/vi.ref/Makefile index 765fe144..d5c54e78 100644 --- a/docs/vi.ref/Makefile +++ b/docs/vi.ref/Makefile @@ -18,7 +18,7 @@ vi.ref.ps: vi.texi ../html/vi.ref.html: vi.texi test -d ../html || mkdir ../html - -makeinfo --html vi.texi --output=$@ 2>/dev/null + -makeinfo --html --no-split vi.texi --output=$@ 2>/dev/null chmod 444 $@ clean: -- 2.11.4.GIT