Skip to content

Commit

Permalink
2013-12-10 Rodney Sparapani <rsparapa@mcw.edu>
Browse files Browse the repository at this point in the history
	* Makeconf (SITELISP): tersely documenting SITELISP
	and incorporating into comments for emacs variants
	* Makeconf (INFODIR): updating INFODIR for Mac OS X


git-svn-id: https://svn.r-project.org/ESS/trunk@5943 0bbaf3bd-34e0-0310-bf65-c717079852d4
  • Loading branch information
rsparapa committed Dec 11, 2013
1 parent 9a079d3 commit afae592
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 14 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2013-12-10 Rodney Sparapani <rsparapa@mcw.edu>

* Makeconf (SITELISP): tersely documenting SITELISP
and incorporating into comments for emacs variants
* Makeconf (INFODIR): updating INFODIR for Mac OS X

2013-12-07 ESS Maintainers <ESS-core@r-project.org>

* Version 13.09-1 released.
Expand Down
32 changes: 18 additions & 14 deletions Makeconf
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
## Variable Description
## EMACS use emacs for GNU Emacs, xemacs for XEmacs
## EMACSBATCH emacs/xemacs command for compiling elisp files
## SITELISP Destination of site-lisp; but some variants have no site-lisp
## LISPDIR Destination of compiled elisp files
## INFODIR Destination of info files
## ETCDIR Destination of script and icon files
## PREFIX(DESTDIR) Directory prepended to LISPDIR, INFODIR, DOCDIR & ETCDIR
## Specify either PREFIX or DESTDIR to over-ride /usr/local
DESTDIR=/usr
## PREFIX(DESTDIR) Directory prepended to SITELISP, INFODIR, DOCDIR & ETCDIR
## Specify either PREFIX or DESTDIR to over-ride /usr
DESTDIR=/usr ## BEWARE: this default destination is for emacs as provided by the OS
PREFIX=$(DESTDIR)
#
##__ GNU Emacs __
Expand All @@ -27,25 +28,28 @@ ETCDIR =$(PREFIX)/share/emacs/etc/ess

##__ XEmacs __
#EMACS=$(PREFIX)/bin/xemacs
#LISPDIR=$(PREFIX)/share/xemacs/site-packages/lisp/ess
#SITELISP=$(PREFIX)/share/xemacs/site-packages/lisp
#LISPDIR=$(SITELISP)/ess
#INFODIR=$(PREFIX)/share/xemacs/site-packages/info
#ETCDIR =$(PREFIX)/share/xemacs/site-packages/etc/ess
#

##__ GNU Emacs __ for Mac OS X with NeXTstep (Cocoa or GNUstep)
#PREFIX=/Applications/Emacs.app/Contents/Resources
#EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs
#LISPDIR=$(PREFIX)/site-lisp/ess
#INFODIR=/usr/local/info
#ETCDIR =$(PREFIX)/etc/ess
# PREFIX=/Applications/Emacs.app/Contents/Resources
# EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs
# SITELISP=$(PREFIX)/site-lisp
# LISPDIR=$(SITELISP)/ess
# INFODIR=$(PREFIX)/info
# ETCDIR =$(PREFIX)/etc/ess
#

##__ Aquamacs __ (donated by Dan Knoepfle, Mar 26, 2011)
#PREFIX=/Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes
#EMACS=/Applications/Aquamacs.app/Contents/MacOS/Aquamacs
#LISPDIR=$(PREFIX)/ess-mode/lisp
#INFODIR=/usr/local/info
#ETCDIR=$(PREFIX)/ess-mode/etc
# PREFIX=/Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes
# EMACS=/Applications/Aquamacs.app/Contents/MacOS/Aquamacs
# SITELISP=/Applications/Aquamacs.app/Contents/Resources/lisp
# LISPDIR=$(PREFIX)/ess-mode/lisp
# INFODIR=/Applications/Aquamacs.app/Contents/Resources/info
# ETCDIR=$(PREFIX)/ess-mode/etc
#

## the following command is the same for recent versions of both Emacs and XEmacs
Expand Down

0 comments on commit afae592

Please sign in to comment.