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 | |
parent | 568c6157f3061ab5b3e824c8ff494a50fcc0517f (diff) | |
download | emacs-37f36bcb56e5b1d909a1f611756eac271ede0862.tar.gz |
* configure.in (mandir): May as well include it in the NS app bundle.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6129800f25b..c19df14eb0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2012-05-18 Glenn Morris <rgm@gnu.org> + * configure.in (mandir): May as well include it in the NS app bundle. + * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable. * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure. (install-arch-indep): Don't install-etc for self-contained ns builds. 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= |