Install NEWS.org, mu4e-about.org

This commit is contained in:
djcb
2015-06-07 21:07:41 +03:00
parent 7fedb612c3
commit f69ced2339
3 changed files with 14 additions and 9 deletions

View File

@ -22,7 +22,6 @@ info_TEXINFOS=mu4e.texi
mu4e_TEXINFOS=fdl.texi
dist_lisp_LISP= \
mu4e-about.el \
mu4e-actions.el \
mu4e-compose.el \
mu4e-contrib.el \
@ -31,7 +30,7 @@ dist_lisp_LISP= \
mu4e-lists.el \
mu4e-main.el \
mu4e-mark.el \
mu4e-message.el \
mu4e-message.el \
mu4e-meta.el \
mu4e-proc.el \
mu4e-speedbar.el \
@ -42,13 +41,9 @@ dist_lisp_LISP= \
org-mu4e.el \
org-old-mu4e.el
mu4e-about.el: mu4e-about.org
@echo ";; auto-generated" > mu4e-about.el
@echo "(defconst mu4e-about \"" >> mu4e-about.el
@sed 's/"/\\"/g' < mu4e-about.org >> mu4e-about.el
@echo "\" \"About mu4e.\")" >> mu4e-about.el
@echo "(provide 'mu4e-about)" >> mu4e-about.el
EXTRA_DIST=$(elisp_DATA) mu4e-about.org
CLEANFILES=*.elc ${BUILT_SOURCES}
doc_DATA = \
mu4e-about.org