mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
21 lines
498 B
Text
21 lines
498 B
Text
--- 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
|