mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
22 lines
508 B
Plaintext
22 lines
508 B
Plaintext
--- Makefile.in.orig Sun Aug 30 02:38:17 1998
|
|
+++ Makefile.in Fri Sep 18 22:36:14 1998
|
|
@@ -47,7 +47,7 @@
|
|
|
|
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 @@
|
|
fi
|
|
|
|
install: elisp
|
|
- ./mkinstalldirs $(infodir)
|
|
- cp elisp elisp-* $(infodir)
|
|
+ cp elisp $(infodir)
|
|
${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/elisp
|
|
|
|
installall: install
|