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:28:36 -0700
commit647996c0a3e3a3ded198f252255ae4f7c679333a (patch)
treee90f9b44d6b931a9b0fba9e192eaac9465f2541f
parent2c2e1a544872e6e0884b1f4c76baf5495627dbfe (diff)
downloadorg-mode-647996c0a3e3a3ded198f252255ae4f7c679333a.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