Install NEWS.org, mu4e-about.org
This commit is contained in:
@ -85,3 +85,6 @@ EXTRA_DIST= \
|
|||||||
NEWS \
|
NEWS \
|
||||||
NEWS.org \
|
NEWS.org \
|
||||||
autogen.sh
|
autogen.sh
|
||||||
|
|
||||||
|
doc_DATA = \
|
||||||
|
NEWS.org
|
||||||
|
|||||||
@ -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
|
# check for pmccabe
|
||||||
AC_PATH_PROG([PMCCABE],[pmccabe],[no])
|
AC_PATH_PROG([PMCCABE],[pmccabe],[no])
|
||||||
|
|||||||
@ -22,7 +22,6 @@ info_TEXINFOS=mu4e.texi
|
|||||||
mu4e_TEXINFOS=fdl.texi
|
mu4e_TEXINFOS=fdl.texi
|
||||||
|
|
||||||
dist_lisp_LISP= \
|
dist_lisp_LISP= \
|
||||||
mu4e-about.el \
|
|
||||||
mu4e-actions.el \
|
mu4e-actions.el \
|
||||||
mu4e-compose.el \
|
mu4e-compose.el \
|
||||||
mu4e-contrib.el \
|
mu4e-contrib.el \
|
||||||
@ -31,7 +30,7 @@ dist_lisp_LISP= \
|
|||||||
mu4e-lists.el \
|
mu4e-lists.el \
|
||||||
mu4e-main.el \
|
mu4e-main.el \
|
||||||
mu4e-mark.el \
|
mu4e-mark.el \
|
||||||
mu4e-message.el \
|
mu4e-message.el \
|
||||||
mu4e-meta.el \
|
mu4e-meta.el \
|
||||||
mu4e-proc.el \
|
mu4e-proc.el \
|
||||||
mu4e-speedbar.el \
|
mu4e-speedbar.el \
|
||||||
@ -42,13 +41,9 @@ dist_lisp_LISP= \
|
|||||||
org-mu4e.el \
|
org-mu4e.el \
|
||||||
org-old-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
|
EXTRA_DIST=$(elisp_DATA) mu4e-about.org
|
||||||
|
|
||||||
CLEANFILES=*.elc ${BUILT_SOURCES}
|
CLEANFILES=*.elc ${BUILT_SOURCES}
|
||||||
|
|
||||||
|
doc_DATA = \
|
||||||
|
mu4e-about.org
|
||||||
|
|||||||
Reference in New Issue
Block a user