blob: 4b181e9b314328bc78ad080683e20b3bcae862f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
$NetBSD: patch-aa,v 1.1.1.1 2003/06/05 11:51:11 markd Exp $
--- Makeconf.orig Thu Aug 8 21:58:21 2002
+++ Makeconf
@@ -8,7 +8,7 @@ SHELL = /bin/sh
## emacs distribution that you are installing ESS for.
##
## EMACS 21: {MM: Keep this as default -- ``has always been''}
-EMACS=emacs
+#EMACS=emacs
## XEMACS 21:
#EMACS=xemacs
@@ -27,14 +27,14 @@ EMACSBATCH = $(EMACS) -batch -no-site-fi
## but we want source-file target-directory; we also want to
## preserve owner, group and time-stamp; lastly, note that we
## are assuming that the target-directory exists
-INSTALL = cp -p
+#INSTALL = cp -p
# What GZCAT is called on your system (GNU gzip "cat")
#GZCAT = gzcat
-GZCAT = zcat
+#GZCAT = zcat
# program to convert .texi{nfo} to .info
-MAKEINFO = makeinfo
+#MAKEINFO = makeinfo
MAKETXT = $(MAKEINFO) --no-validate --no-headers --no-split -o -
## Set ESSVERSION to the contents of VERSION
@@ -46,10 +46,10 @@ ESSVERSION=$(shell cat ./VERSION 2> /dev
# Destination of your info files relative to the doc directory
# defaults to the info directory
-INFODIR = ../info
+#INFODIR = ../info
# Destination of your byte-compiled elisp (.elc) files
# relative to the lisp directory (which is the default)
-LISPDIR = .
+#LISPDIR = .
.SUFFIXES: .i3 .m3 .nw .tex .dvi .html .c .h .el .elc
|