diff options
author | Glenn Morris <rgm@gnu.org> | 2012-05-18 13:49:24 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-05-18 13:49:24 -0400 |
commit | 37f36bcb56e5b1d909a1f611756eac271ede0862 (patch) | |
tree | af772669e1356cd730d20346c5eb8f0968b75a28 /configure.in | |
parent | 568c6157f3061ab5b3e824c8ff494a50fcc0517f (diff) | |
download | emacs-37f36bcb56e5b1d909a1f611756eac271ede0862.tar.gz |
* configure.in (mandir): May as well include it in the NS app bundle.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 74f55334636..1599a036096 100644 --- a/configure.in +++ b/configure.in @@ -1599,6 +1599,7 @@ if test "${HAVE_NS}" = yes; then dnl FIXME maybe set datarootdir instead. dnl That would also get applications, icons, man. infodir="\${ns_appresdir}/info" + mandir="\${ns_appresdir}/man" lispdir="\${ns_appresdir}/lisp" LEIM_INSTALLDIR="\${ns_appresdir}/leim" INSTALL_ARCH_INDEP_EXTRA= |