summaryrefslogtreecommitdiff
path: root/editors/emacs/files/patch-lispintro-Makefile.in
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-07-16 17:06:44 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-07-16 17:06:44 +0000
commita98a506adca85d50fa2966a9225243ed5c1999d6 (patch)
treef9caecb20d37c011a7641340c4ea89b08626dd4b /editors/emacs/files/patch-lispintro-Makefile.in
parentActivate editors/emacs21. (diff)
Update to 22.1.
Hand over maintainership to keramida.
Notes
Notes: svn path=/head/; revision=195755
Diffstat (limited to 'editors/emacs/files/patch-lispintro-Makefile.in')
-rw-r--r--editors/emacs/files/patch-lispintro-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/emacs/files/patch-lispintro-Makefile.in b/editors/emacs/files/patch-lispintro-Makefile.in
new file mode 100644
index 000000000000..eac664f21cda
--- /dev/null
+++ b/editors/emacs/files/patch-lispintro-Makefile.in
@@ -0,0 +1,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)"