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

@ -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])