diff options
author | wart <wart@noemail.net> | 1999-12-13 23:22:07 (GMT) |
---|---|---|
committer | wart <wart@noemail.net> | 1999-12-13 23:22:07 (GMT) |
commit | e47579a7b2e4537809817dbea6fd98b7c2704d43 (patch) | |
tree | 5e15b636653247e03952429cfb722bb3a01f74c3 /win | |
parent | 4e6c50f3fc2a3630cf5ed2722f15b33f7da4dc27 (diff) | |
download | tk-e47579a7b2e4537809817dbea6fd98b7c2704d43.zip tk-e47579a7b2e4537809817dbea6fd98b7c2704d43.tar.gz tk-e47579a7b2e4537809817dbea6fd98b7c2704d43.tar.bz2 |
Fixed "doc" target so that it copies man.macros from Tcl
FossilOrigin-Name: 312768a83a8e43e06d0d6fab46911ca97e4c955d
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 24208c6..f315df1 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -4,7 +4,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.15 1999/12/07 01:03:19 wart Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.16 1999/12/13 23:22:07 wart Exp $ TCLVERSION = @TCL_VERSION@ VERSION = @TK_VERSION@ @@ -351,9 +351,9 @@ libraries: $(ROOT_DIR)/doc/man.macros: $(INSTALL_DATA) @TCL_SRC_DIR@/../doc/man.macros $(ROOT_DIR)/doc/man.macros -doc: +doc: $(ROOT_DIR)/doc/man.macros -winhelp: $(ROOT_DIR)/doc/man.macros $(TCL_SRC_DIR_NATIVE)/../tools/man2help.tcl $(MAN2TCL) +winhelp: $(TCL_SRC_DIR_NATIVE)/../tools/man2help.tcl $(MAN2TCL) TCL_LIBRARY="$(TCL_SRC_DIR_NATIVE)/../library"; export TCL_LIBRARY; \ TK_LIBRARY="$(ROOT_DIR_NATIVE)/library"; export TK_LIBRARY; \ PATH="$(PATH):$(TCL_BIN_DIR)"; export PATH; \ |