From: John Kitchin Date: Tue, 21 Apr 2015 00:08:49 +0000 (-0400) Subject: change EMACS to emacs, as suggested in [[https://github.com/abo-abo/lispy/blob/master... X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=c0a019259256ee8189620264893c36f10ab1c672;ds=sidebyside change EMACS to emacs, as suggested in [[https://github.com/abo-abo/lispy/blob/master/Makefile][lispy/Makefile at master ยท abo-abo/lispy]] --- diff --git a/Makefile b/Makefile index e2855ae..8ec4b8e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -EMACS ?= emacs +emacs ?= emacs CASK ?= cask CASK_EXEC ?= ${CASK} exec EL_SOURCES = org-ref.el arxiv.el jmax-bibtex.el doi-utils.el isbn.el pubmed.el @@ -10,10 +10,10 @@ test: clean-elc ${MAKE} unit unit: - ${CASK_EXEC} ${EMACS} -Q -batch -l org-ref.el -l org-ref-test.el --eval "(ert t)" + ${CASK_EXEC} ${emacs} -Q -batch -l org-ref.el -l org-ref-test.el --eval "(ert t)" compile: - ${CASK_EXEC} ${EMACS} -Q -batch -f batch-byte-compile *.el + ${CASK_EXEC} ${emacs} -Q -batch -f batch-byte-compile *.el clean-elc: rm -f *.elc