summaryrefslogtreecommitdiff
path: root/editors/emacs23/files/patch-doc-lispintro-Makefile.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2011-12-27 22:11:01 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2011-12-27 22:11:01 +0000
commit91677839a26a2f7f7fbd3cf61e91e2983492b226 (patch)
tree49ed53a6ebbea69db95993d1289ab4bd50c025a1 /editors/emacs23/files/patch-doc-lispintro-Makefile.in
parent- Fix *_DEPENDS (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_9_0_0'.release/9.0.0
Diffstat (limited to 'editors/emacs23/files/patch-doc-lispintro-Makefile.in')
-rw-r--r--editors/emacs23/files/patch-doc-lispintro-Makefile.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/emacs23/files/patch-doc-lispintro-Makefile.in b/editors/emacs23/files/patch-doc-lispintro-Makefile.in
deleted file mode 100644
index a6266c3bef95..000000000000
--- a/editors/emacs23/files/patch-doc-lispintro-Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- doc/lispintro/Makefile.in.orig 2008-12-09 19:27:59.000000000 +0200
-+++ doc/lispintro/Makefile.in 2008-12-09 19:25:20.000000000 +0200
-@@ -33,7 +33,7 @@
- INFO_TARGETS = ${infodir}/eintr
- DVI_TARGETS = emacs-lisp-intro.dvi
-
--MAKEINFO = makeinfo
-+MAKEINFO = makeinfo --no-split
- TEXI2DVI = texi2dvi
- DVIPS = dvips
-
-@@ -65,7 +65,7 @@
-
- maintainer-clean: distclean
- rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc
-- cd $(infodir); rm -f eintr eintr-[1-9]
-+ cd $(infodir); rm -f eintr
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.