aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorforcer <forcer>2006-07-27 14:13:00 +0000
committerforcer <mwolson@gnu.org>2006-07-27 14:13:00 +0000
commit2a51c5acdf238d6c6de5811ab0b9bedc90f57db6 (patch)
tree79d7c2fb1d3caa9ff60cd06accfaf6330ccb1751 /Makefile
parentd84b90a32fc453e90eb1d6b8d8b5f207c9843859 (diff)
Makefile: Don't split info output
darcs-hash:20060727141340-2189f-04dc7c9508430653ff03cde0b1f8e402eebe6812.gz
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $<