diff options
author | wart <wart> | 1999-12-13 23:22:07 (GMT) |
---|---|---|
committer | wart <wart> | 1999-12-13 23:22:07 (GMT) |
commit | c1824ac81cd41db0eecbab58740ef80f187cddf6 (patch) | |
tree | 5e15b636653247e03952429cfb722bb3a01f74c3 /win | |
parent | 5d57dc6bb0587286150822b3ef58d715a9863eba (diff) | |
download | tk-c1824ac81cd41db0eecbab58740ef80f187cddf6.zip tk-c1824ac81cd41db0eecbab58740ef80f187cddf6.tar.gz tk-c1824ac81cd41db0eecbab58740ef80f187cddf6.tar.bz2 |
Fixed "doc" target so that it copies man.macros from Tcl
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; \ |