Added org-irc.el to the Lispfiles to be installed.
This commit is contained in:
parent
13d84d1bdb
commit
70c7ec6b9c
2
Makefile
2
Makefile
|
@ -61,7 +61,7 @@ CP = cp -p
|
||||||
|
|
||||||
# The following variables need to be defined by the maintainer
|
# The following variables need to be defined by the maintainer
|
||||||
LISPFILES0 = org.el org-publish.el org-mouse.el org-export-latex.el \
|
LISPFILES0 = org.el org-publish.el org-mouse.el org-export-latex.el \
|
||||||
org-mac-message.el
|
org-mac-message.el org-irc.el
|
||||||
LISPFILES = $(LISPFILES0) org-install.el
|
LISPFILES = $(LISPFILES0) org-install.el
|
||||||
ELCFILES = $(LISPFILES:.el=.elc)
|
ELCFILES = $(LISPFILES:.el=.elc)
|
||||||
DOCFILES = org.texi org.pdf org
|
DOCFILES = org.texi org.pdf org
|
||||||
|
|
Loading…
Reference in New Issue