Install NEWS.org, mu4e-about.org

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

View File

@ -85,3 +85,6 @@ EXTRA_DIST= \
NEWS \
NEWS.org \
autogen.sh
doc_DATA = \
NEWS.org

View File

@ -226,6 +226,13 @@ AM_CONDITIONAL(HAVE_MAKEINFO, [test "x$have_makeinfo" = "xyes"])
###############################################################################
# docdir, so we can use it in mu4e-meta.el.in
AC_SUBST(MU_DOC_DIR, "${prefix}/share/doc/mu")
###############################################################################
###############################################################################
# check for pmccabe
AC_PATH_PROG([PMCCABE],[pmccabe],[no])

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