diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2019-07-30 08:50:15 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2019-07-30 19:36:04 +0300 |
| commit | 5c5716d3f03f977144cf4c07ddbb1be61f87f4b3 (patch) | |
| tree | 0f3491ca9156b1273f67135a81e3ee62a95e3977 /mu4e | |
| parent | 0ed03b94caf381f75e6b2de8083101c81712f95e (diff) | |
bump version to 1.3.4
plus some build tweaks.
Diffstat (limited to 'mu4e')
| -rw-r--r-- | mu4e/Makefile.am | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/mu4e/Makefile.am b/mu4e/Makefile.am index b84bb48..5033cef 100644 --- a/mu4e/Makefile.am +++ b/mu4e/Makefile.am @@ -40,12 +40,15 @@ dist_lisp_LISP= \ mu4e-vars.el \ mu4e-view.el \ mu4e.el \ - org-mu4e.el + org-mu4e.el \ + org-old-mu4e.el -EXTRA_DIST=$(elisp_DATA) mu4e-about.org +EXTRA_DIST= \ + mu4e-about.org \ + org-old-mu4e.el -CLEANFILES=*.elc ${BUILT_SOURCES} +CLEANFILES= \ + *.elc doc_DATA = \ - mu4e-about.org \ - org-old-mu4e.el + mu4e-about.org |
