* mu4e: fix typo in Makefile.am

This commit is contained in:
djcb 2013-06-03 21:09:42 +03:00
parent 3c67aa6591
commit d6337b751e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ dist_lisp_LISP= \
org-mu4e.el
mu4e-about.el: mu4e-about.org
@echo ";; auto-generated" > qmu4e-about.el
@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