summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorwart <wart>1999-08-21 01:14:45 (GMT)
committerwart <wart>1999-08-21 01:14:45 (GMT)
commit424252fcf0ca63e8ac6d98d1f99ebe494d43a991 (patch)
tree9864d6e7d3e16cac97cc488abec9805f187d6fdf /unix/Makefile.in
parentfa28977e015c318710d923a910bef4b5a4f82d51 (diff)
downloadtk-424252fcf0ca63e8ac6d98d1f99ebe494d43a991.zip
tk-424252fcf0ca63e8ac6d98d1f99ebe494d43a991.tar.gz
tk-424252fcf0ca63e8ac6d98d1f99ebe494d43a991.tar.bz2
"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.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in8
1 files 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.