From 6015ef9dfc79affccd8ea7fa19e9e1446c15cb62 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Tue, 30 Dec 2008 23:42:15 +0100 Subject: [PATCH] Footnotes: Incorporate org-footnotes.el into build and release process. This just means adding org-footnote.el to the list of Lisp files, and to list its dependencies. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 65abe543a..138688817 100644 --- a/Makefile +++ b/Makefile @@ -73,6 +73,7 @@ LISPF = org.el \ org-exp.el \ org-export-latex.el \ org-faces.el \ + org-footnote.el \ org-gnus.el \ org-id.el \ org-info.el \ @@ -312,6 +313,7 @@ lisp/org-compat.elc: lisp/org-macs.elc lisp/org-exp.elc: lisp/org.elc lisp/org-agenda.elc lisp/org-export-latex.elc: lisp/org.elc lisp/org-exp.elc lisp/org-faces.elc: lisp/org-macs.elc lisp/org-compat.elc +lisp/org-footnotes.elc: lisp/org-macs.elc lisp/org-compat.elc lisp/org-gnus.elc: lisp/org.elc lisp/org-id.elc: lisp/org.elc lisp/org-info.elc: lisp/org.elc