1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/lang/elisp-manual/files/patch-aa

35 lines
957 B
Plaintext
Raw Normal View History

--- Makefile.orig Tue Dec 17 06:48:54 1996
+++ Makefile Mon Apr 27 21:55:29 1998
@@ -20,7 +20,7 @@
# Unless you have a nonstandard Emacs installation, these shouldn't have to
# be changed.
-prefix = /usr/local
+prefix = ${PREFIX}
infodir = ${prefix}/info
# The name of the manual:
@@ -53,10 +53,9 @@
# We depend on makeinfo.c rather than makeinfo -- there's no need to rebuild
# everything just because makeinfo isn't part of the distribution.
-elisp: $(srcs) index.texi makeinfo.c
- $(MAKE) makeinfo
+elisp: $(srcs) index.texi
rm -f elisp-*
- ./makeinfo elisp.texi
+ makeinfo elisp.texi
elisp.dvi: $(srcs) index.texi texindex
# Avoid losing old contents of aux file entirely.
@@ -82,8 +81,7 @@
install: elisp
./mkinstalldirs $(infodir)
- cp elisp elisp-* $(infodir)
- @echo also add the line for elisp to $(infodir)/dir.
+ ${BSD_INSTALL_DATA} elisp elisp-* $(infodir)
installall: install
install -c texinfo.tex $(texmacrodir)