diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-11-19 10:43:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-11-19 10:43:57 +0000 |
commit | f982be45e81588a27383cd1a3eb12789b8498904 (patch) | |
tree | 07be283d015b2c39f95e655cb7328ff355bc47fa /editors/emacs22/files/patch-lispref-Makefile.in | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_4_0'.release/6.4.0
Diffstat (limited to 'editors/emacs22/files/patch-lispref-Makefile.in')
-rw-r--r-- | editors/emacs22/files/patch-lispref-Makefile.in | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/editors/emacs22/files/patch-lispref-Makefile.in b/editors/emacs22/files/patch-lispref-Makefile.in deleted file mode 100644 index cfd8699c6512..000000000000 --- a/editors/emacs22/files/patch-lispref-Makefile.in +++ /dev/null @@ -1,38 +0,0 @@ ---- ./lispref/Makefile.in.orig Mon Aug 21 08:22:22 2006 -+++ ./lispref/Makefile.in Fri Sep 1 21:10:08 2006 -@@ -32,7 +32,7 @@ - TEXI2DVI = texi2dvi - SHELL = /bin/sh - INSTALL_INFO = install-info --MAKEINFO = makeinfo --force -+MAKEINFO = makeinfo --force --no-split - - # The name of the manual: - VERSION=2.9 -@@ -109,7 +109,7 @@ - # This is for use in a separate distro of the Emacs Lisp manual. - install: elisp - $(srcdir)/mkinstalldirs $(infodir) -- cp elisp elisp-[1-9] elisp-[1-9][0-9] $(infodir) -+ cp elisp $(infodir) - ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/elisp - - # This is for use in a separate distro of the Emacs Lisp manual. -@@ -125,7 +125,7 @@ - - maintainer-clean: clean - rm -f elisp.dvi elisp.oaux -- cd $(infodir); rm -f elisp elisp-[1-9] elisp-[1-9][0-9] -+ cd $(infodir); rm -f elisp - - dist: $(infodir)/elisp elisp.dvi - -rm -rf temp -@@ -135,7 +135,7 @@ - $(srcdir)/Makefile.in $(srcs) \ - $(srcdir)/../man/texinfo.tex \ - elisp.dvi elisp.aux elisp.??s \ -- $(infodir)/elisp $(infodir)/elisp-[1-9] $(infodir)/elisp-[1-9][0-9] \ -+ $(infodir)/elisp \ - temp/$(manual) - -(cd temp/$(manual); rm -f mkinstalldirs) - cp $(srcdir)/mkinstalldirs temp/$(manual) |