summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-04-04 08:09:31 (GMT)
committerhobbs <hobbs>2000-04-04 08:09:31 (GMT)
commit8d8a8c02be6abffb6388fa9034355b1c82e8ae08 (patch)
treee6c19ed45cd3ca2b724b6021d93d6f609444c742 /unix
parentecd9de89e626b4396dbdf72360dcb8b9360687bd (diff)
downloadtk-8d8a8c02be6abffb6388fa9034355b1c82e8ae08.zip
tk-8d8a8c02be6abffb6388fa9034355b1c82e8ae08.tar.gz
tk-8d8a8c02be6abffb6388fa9034355b1c82e8ae08.tar.bz2
* unix/Makefile.in (MAN_INSTALL_DIR): patch to accept --mandir
correctly [Bug: 4085]
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index e35d14b..16c75a2 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.43 2000/03/30 19:02:31 ericm Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.44 2000/04/04 08:09:31 hobbs Exp $
# Current Tk version; used in various names.
@@ -59,7 +59,7 @@ BIN_DIR = $(exec_prefix)/bin
INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include
# Top-level directory for manual entries:
-MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man
+MAN_INSTALL_DIR = $(INSTALL_ROOT)@mandir@
# Directory in which to install manual entry for wish:
MAN1_INSTALL_DIR = $(MAN_INSTALL_DIR)/man1