From 071f5f13312b8d57490bdde428c9c342becaa1c5 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 2 Apr 2010 23:52:50 +0200 Subject: [PATCH] Add org-entities.el to the Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c94de13e5..18b37d38b 100644 --- a/Makefile +++ b/Makefile @@ -73,6 +73,7 @@ LISPF = org.el \ org-ctags.el \ org-datetree.el \ org-docview.el \ + org-entities.el \ org-exp.el \ org-exp-blocks.el \ org-docbook.el \ @@ -333,6 +334,7 @@ lisp/org-crypt.elc: lisp/org-crypt.el lisp/org.el lisp/org-ctags.elc: lisp/org.el lisp/org-datetree.elc: lisp/org.el lisp/org-docview.elc: lisp/org.el +lisp/org-entities.elc: lisp/org-exp.elc: lisp/org.el lisp/org-agenda.el lisp/org-exp-blocks.elc: lisp/org.el lisp/org-latex.elc: lisp/org.el lisp/org-exp.el lisp/org-beamer.el -- 2.11.4.GIT