From 424252fcf0ca63e8ac6d98d1f99ebe494d43a991 Mon Sep 17 00:00:00 2001 From: wart Date: Sat, 21 Aug 1999 01:14:45 +0000 Subject: "make doc" now copies the Tcl file "man.macros" locally. This should allow users to use the man pages from inside the Tk source tree (without having to install). It also fixes some problems that TclX was having when building its help pages. --- unix/Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/unix/Makefile.in b/unix/Makefile.in index 27cc9bb..9c02939 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.29 1999/08/04 23:42:15 wart Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.30 1999/08/21 01:14:45 wart Exp $ # Current Tk version; used in various names. @@ -349,7 +349,11 @@ binaries: ${TK_LIB_FILE} ${STUB_LIB_FILE} wish libraries: -doc: +$(SRC_DIR)/doc/man.macros: + chmod +x $(UNIX_DIR)/install-sh + $(INSTALL_DATA) @TCL_SRC_DIR@/doc/man.macros $(SRC_DIR)/doc/man.macros + +doc: $(SRC_DIR)/doc/man.macros # The following target is configured by autoconf to generate either # a shared library or non-shared library for Tk. -- cgit v0.12