config/sbr_libmh_a-config.$(OBJEXT) sbr/sbr_libmh_a-mts.$(OBJEXT): Makefile
-sbr_libmh_a_CPPFLAGS = -I./sbr -DNMHETCDIR='"@nmhetcdirinst@$(nmhetcdir)"' \
+sbr_libmh_a_CPPFLAGS = -I./sbr \
+ -DNMHBINDIR='"$(bindir)"' \
+ -DNMHLIBEXECDIR='"$(nmhlibexecdir)"' \
+ -DNMHETCDIR='"@nmhetcdirinst@$(nmhetcdir)"' \
+ -DNMHDOCDIR='"@docdir@"' \
-DMAILSPOOL='"$(mailspool)"' \
- -DSENDMAILPATH='"$(sendmailpath)"' -DNMHBINDIR='"$(bindir)"' \
- -DNMHLIBEXECDIR='"$(nmhlibexecdir)"'
+ -DSENDMAILPATH='"$(sendmailpath)"'
mts_libmts_a_SOURCES = mts/smtp/smtp.c
#include <pwd.h>
#define nmhbindir(file) NMHBINDIR#file
-#define nmhetcdir(file) NMHETCDIR#file
#define nmhlibexecdir(file) NMHLIBEXECDIR#file
+#define nmhetcdir(file) NMHETCDIR#file
+#define nmhdocdir(file) NMHDOCDIR#file
/*
char *nmhaccessurl = "nmh-access-url";
char *mhbindir = NMHBINDIR;
-char *mhetcdir = NMHETCDIR;
char *mhlibexecdir = NMHLIBEXECDIR;
+char *mhetcdir = NMHETCDIR;
+char *mhdocdir = NMHDOCDIR;
/*
* nmh not-so constants
dnl the final summary and should use them nowhere else (see the autoconf
dnl docs for the rationale for bindir etc being unexpanded).
eval "nmhbin=${bindir}"; eval "nmhbin=${nmhbin}"
-eval "nmhsysconf=${sysconfdir}"; eval "nmhsysconf=${nmhsysconf}"
eval "nmhlibexec=${libexecdir}"; eval "nmhlibexec=${nmhlibexec}"
+eval "nmhsysconf=${sysconfdir}"; eval "nmhsysconf=${nmhsysconf}"
eval "nmhman=${mandir}"; eval "nmhman=${nmhman}"
+eval "nmhdoc=${docdir}"; eval "nmhdoc=${nmhdoc}"
eval "nmhrpm=${nmhrpm}";
AC_MSG_NOTICE([
libexec install path : ${nmhlibexec}/nmh
config files install path : ${nmhsysconf}/nmh
man page install path : ${nmhman}
+docs install path : ${nmhdoc}
RPM build root : ${nmhrpm}
backup prefix : ${backup_prefix}
transport system : ${MTS}
-.TH MHPARAM %manext1% "March 16, 2014" "%nmhversion%"
+.TH MHPARAM %manext1% "May 21, 2016" "%nmhversion%"
.\"
.\" %nmhwarning%
.\"
.B nmh
version identifier, the locations of the nmh
.IR bindir ,
-.I etcdir
+.IR libexecdir ,
+.IR etcdir ,
and
-.I libexecdir
+.I docdir
install directories, all
.I proc
settings, and the
#undef X
extern char *mhbindir;
-extern char *mhetcdir;
extern char *mhlibexecdir;
+extern char *mhetcdir;
+extern char *mhdocdir;
static char *sbackup = BACKUP_PREFIX;
{ "whatnowproc", &whatnowproc },
{ "whomproc", &whomproc },
{ "bindir", &mhbindir },
- { "etcdir", &mhetcdir },
- { "libdir", &mhlibexecdir },
{ "libexecdir", &mhlibexecdir },
+ { "libdir", &mhlibexecdir },
+ { "etcdir", &mhetcdir },
+ { "docdir", &mhdocdir },
{ "localmbox", &localmbox },
{ "sbackup", &sbackup },
{ "datalocking", &datalocking },