blob: 820c6b95cf0d37ede3c61884a499e7dfd0f808c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-aa,v 1.2 2003/07/31 16:07:04 seb Exp $
--- Makefile.in.orig 2000-10-29 10:41:52.000000000 +0000
+++ Makefile.in
@@ -12,7 +12,7 @@ exec_prefix = @exec_prefix@
datadir = $(prefix)/share
# Where to put the .el and .elc files
-lispdir=$(datadir)/emacs/site-lisp
+lispdir=$(EMACS_LISPPREFIX)
# Where to put the Info files
infodir=$(prefix)/info
@@ -27,7 +27,6 @@ INSTALL_DATA = @INSTALL_DATA@
INSTALL_INFO = @INSTALL_INFO@
# Various auxiliary programs
-MAKEINFO=makeinfo
DVIPS=dvips
TEXI2DVI=texi2dvi
TEXI2HTML=texi2html
|