diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-12-22 20:19:04 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-12-22 20:19:04 +0800 |
commit | 9656a854458a6c9c54555a7987ade1574fd88fc8 (patch) | |
tree | eefe712b7763191315bf48b3df827fe4b0617658 /lang/elisp-manual/files | |
parent | 386a0eaa0624dbbdbaede6e78baba87e0ae35af1 (diff) | |
download | freebsd-ports-gnome-9656a854458a6c9c54555a7987ade1574fd88fc8.tar.gz freebsd-ports-gnome-9656a854458a6c9c54555a7987ade1574fd88fc8.tar.zst freebsd-ports-gnome-9656a854458a6c9c54555a7987ade1574fd88fc8.zip |
Update to version 21-2.7a
PR: 33073
Submitted by: AMAKAWA Shuhei <sa264cam.ac.uk@cam.ac.uk>
Diffstat (limited to 'lang/elisp-manual/files')
-rw-r--r-- | lang/elisp-manual/files/patch-aa | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/lang/elisp-manual/files/patch-aa b/lang/elisp-manual/files/patch-aa index 5e4601314724..b94eca9e30c6 100644 --- a/lang/elisp-manual/files/patch-aa +++ b/lang/elisp-manual/files/patch-aa @@ -1,21 +1,21 @@ ---- Makefile.in.orig Sun Aug 30 02:38:17 1998 -+++ Makefile.in Fri Sep 18 22:36:14 1998 -@@ -47,7 +47,7 @@ +--- 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 - elisp: $(srcs) index.texi - rm -f elisp-* -- makeinfo elisp.texi -+ makeinfo --no-split elisp.texi - - elisp.dvi: $(srcs) index.texi - # Avoid losing old contents of aux file entirely. -@@ -73,8 +73,7 @@ + # Where the TeX macros are kept: + texmacrodir = /usr/local/lib/tex/macros +@@ -120,8 +120,7 @@ fi install: elisp -- ./mkinstalldirs $(infodir) +- $(srcdir)/mkinstalldirs $(infodir) - cp elisp elisp-* $(infodir) + cp elisp $(infodir) - ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/elisp + ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/elisp installall: install |