summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <eric.schulte@gmx.com>2012-01-05 10:28:36 -0700
committerEric Schulte <eric.schulte@gmx.com>2012-01-05 10:44:11 -0700
commitcc44ad5ae6f1de9568fb5f49cd32fc49f9bae675 (patch)
treedc0c21bbf34229ed10e3e3324f58bfa1d12ca21b
parent6e10d36d926e7eeaed00d9d1dc6e9adf7208ac18 (diff)
downloadorg-mode-cc44ad5ae6f1de9568fb5f49cd32fc49f9bae675.tar.gz
add Maxima to the Makefile
* Makefile (LISPF): Add Maxima.
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 520b0fd..c99f05c 100644
--- a/Makefile
+++ b/Makefile
@@ -169,7 +169,8 @@ LISPF = org.el \
ob-java.el \
ob-shen.el \
ob-fortran.el \
- ob-picolisp.el
+ ob-picolisp.el \
+ ob-maxima.el
LISPFILES0 = $(LISPF:%=lisp/%)
LISPFILES = $(LISPFILES0) lisp/org-install.el