From 2a51c5acdf238d6c6de5811ab0b9bedc90f57db6 Mon Sep 17 00:00:00 2001 From: forcer Date: Thu, 27 Jul 2006 14:13:00 +0000 Subject: Makefile: Don't split info output darcs-hash:20060727141340-2189f-04dc7c9508430653ff03cde0b1f8e402eebe6812.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a28831a..a08bb6d 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ emms-auto.el: emms-auto.in $(SOURCE) -f batch-byte-compile $< %.info: %.texinfo - makeinfo $< + makeinfo --no-split $< %.html: %.texinfo makeinfo --html --no-split $< -- cgit v1.2.3