summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJambunathan K <kjambunathan@gmail.com>2011-12-05 02:30:57 +0530
committerBastien Guerry <bzg@altern.org>2011-12-10 18:13:06 +0100
commit9ed283b15a673d3ae158aa076aa918b202ba776f (patch)
treee4c79be3f95b347d1a0d9280a6c3d658b5c4e479
parentf9da5ca54acc82189609051507d365bac585588c (diff)
downloadorg-mode-9ed283b15a673d3ae158aa076aa918b202ba776f.tar.gz
Makefile (LISPF): Add org-lparse.el and org-odt.el
Also update dependencies.
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e29ccb8..d6b9d34 100644
--- a/Makefile
+++ b/Makefile
@@ -96,6 +96,7 @@ LISPF = org.el \
org-irc.el \
org-latex.el \
org-list.el \
+ org-lparse.el \
org-mac-message.el \
org-macs.el \
org-mew.el \
@@ -103,6 +104,7 @@ LISPF = org.el \
org-mks.el \
org-mobile.el \
org-mouse.el \
+ org-odt.el \
org-publish.el \
org-plot.el \
org-protocol.el \
@@ -493,6 +495,7 @@ lisp/org-inlinetask.elc:
lisp/org-irc.elc: lisp/org.el
lisp/org-jsinfo.elc: lisp/org.el lisp/org-exp.el
lisp/org-list.elc: lisp/org-macs.el lisp/org-compat.el
+lisp/org-lparse.elc: lisp/org-exp.el
lisp/org-mac-message.elc: lisp/org.el
lisp/org-macs.elc:
lisp/org-mew.elc: lisp/org.el
@@ -500,6 +503,7 @@ lisp/org-mhe.elc: lisp/org.el
lisp/org-mks.elc:
lisp/org-mobile.elc: lisp/org.el
lisp/org-mouse.elc: lisp/org.el
+lisp/org-odt.elc: lisp/org-lparse.el
lisp/org-plot.elc: lisp/org.el lisp/org-exp.el lisp/org-table.el
lisp/org-publish.elc:
lisp/org-protocol.elc: lisp/org.el