summaryrefslogtreecommitdiff
path: root/editors/emacs22/files/patch-lispintro-Makefile.in
blob: eac664f21cdaa9fdb233965a0723f1f53ae3cfa1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./lispintro/Makefile.in.orig	Mon Feb  6 01:05:17 2006
+++ ./lispintro/Makefile.in	Fri Sep  1 21:10:08 2006
@@ -33,7 +33,7 @@
 INFO_TARGETS = ${infodir}/eintr
 DVI_TARGETS = emacs-lisp-intro.dvi
 
-MAKEINFO = makeinfo
+MAKEINFO = makeinfo --no-split
 TEXI2DVI = texi2dvi
 DVIPS = dvips
 ENVADD = TEXINPUTS="$(srcdir):$(TEXINPUTS)" MAKEINFO="$(MAKEINFO) -I$(srcdir)"