summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-06-12 16:39:46 -0700
committerEric Schulte <schulte.eric@gmail.com>2010-06-17 18:15:33 -0700
commit4c8f008f3f942570ab2571936d10c6045323a12f (patch)
tree8804efc30b6c9a79fe1f10cd8d8b1de255f31935
parent2dc30adf151f702640011068284cc8d50b4d3889 (diff)
downloadorg-mode-4c8f008f3f942570ab2571936d10c6045323a12f.tar.gz
removing compilation of optional language files from the Makefile
* Makefile (LISPF): let's not compile files that won't often be used.
-rw-r--r--Makefile21
1 files changed, 1 insertions, 20 deletions
diff --git a/Makefile b/Makefile
index 37aedfe..d953900 100644
--- a/Makefile
+++ b/Makefile
@@ -124,27 +124,8 @@ LISPF = org.el \
babel/ob-ref.el \
babel/ob-table.el \
babel/ob-tangle.el \
- babel/langs/ob-asymptote.el \
- babel/langs/ob-C.el \
- babel/langs/ob-clojure.el \
- babel/langs/ob-css.el \
- babel/langs/ob-ditaa.el \
- babel/langs/ob-dot.el \
babel/langs/ob-emacs-lisp.el \
- babel/langs/ob-gnuplot.el \
- babel/langs/ob-haskell.el \
- babel/langs/ob-latex.el \
- babel/langs/ob-matlab.el \
- babel/langs/ob-ocaml.el \
- babel/langs/ob-octave.el \
- babel/langs/ob-perl.el \
- babel/langs/ob-python.el \
- babel/langs/ob-R.el \
- babel/langs/ob-ruby.el \
- babel/langs/ob-sass.el \
- babel/langs/ob-screen.el \
- babel/langs/ob-sh.el \
- babel/langs/ob-sql.el
+ babel/langs/ob-sh.el
LISPFILES0 = $(LISPF:%=lisp/%)
LISPFILES = $(LISPFILES0) lisp/org-install.el