diff options
author | forcer <forcer> | 2006-07-27 14:13:00 +0000 |
---|---|---|
committer | forcer <mwolson@gnu.org> | 2006-07-27 14:13:00 +0000 |
commit | 2a51c5acdf238d6c6de5811ab0b9bedc90f57db6 (patch) | |
tree | 79d7c2fb1d3caa9ff60cd06accfaf6330ccb1751 /Makefile | |
parent | d84b90a32fc453e90eb1d6b8d8b5f207c9843859 (diff) |
Makefile: Don't split info output
darcs-hash:20060727141340-2189f-04dc7c9508430653ff03cde0b1f8e402eebe6812.gz
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $< |