* mu4e: add an 'about mu4e' item to the main view

This commit is contained in:
djcb
2012-06-15 09:57:48 +03:00
parent 2367ab2d67
commit 62efed8772
5 changed files with 61 additions and 4 deletions

View File

@ -38,4 +38,16 @@ dist_lisp_LISP= \
mu4e.el \
org-mu4e.el
EXTRA_DIST=$(elisp_DATA)
BUILT_SOURCES= \
mu4e-about.el
mu4e-about.el: mu4e-about.org
@echo ";; auto-generated" > mu4e-about.el
@echo -n "(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}