$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