diff options
Diffstat (limited to 'lang/elisp-manual/files/patch-aa')
-rw-r--r-- | lang/elisp-manual/files/patch-aa | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lang/elisp-manual/files/patch-aa b/lang/elisp-manual/files/patch-aa deleted file mode 100644 index b94eca9e30c6..000000000000 --- a/lang/elisp-manual/files/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.in.orig Tue Oct 23 19:53:21 2001 -+++ Makefile.in Mon Dec 17 23:28:20 2001 -@@ -13,7 +13,7 @@ - MAKE=make - SHELL=/bin/sh - INSTALL_INFO = install-info --MAKEINFO=makeinfo -+MAKEINFO=makeinfo --no-split - - # Where the TeX macros are kept: - texmacrodir = /usr/local/lib/tex/macros -@@ -120,8 +120,7 @@ - fi - - install: elisp -- $(srcdir)/mkinstalldirs $(infodir) -- cp elisp elisp-* $(infodir) -+ cp elisp $(infodir) - ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/elisp - - installall: install |