From 37f36bcb56e5b1d909a1f611756eac271ede0862 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 18 May 2012 13:49:24 -0400 Subject: [PATCH] * configure.in (mandir): May as well include it in the NS app bundle. --- ChangeLog | 2 ++ configure.in | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6129800f25b..c19df14eb0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2012-05-18 Glenn Morris + * 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= -- 2.39.2