diff options
author | hobbs <hobbs> | 2000-04-25 22:29:55 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-04-25 22:29:55 (GMT) |
commit | 962fc61b28ace872a480d806262da71151c789f6 (patch) | |
tree | bc5ac6b5cc308b8d1f2156f3dd10e0821f10128d | |
parent | fe29afc105f5da7e0d4581f76e7ed9019eb22056 (diff) | |
download | tk-962fc61b28ace872a480d806262da71151c789f6.zip tk-962fc61b28ace872a480d806262da71151c789f6.tar.gz tk-962fc61b28ace872a480d806262da71151c789f6.tar.bz2 |
winhelp target improvements
-rw-r--r-- | win/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 6acde3e..2ce8603 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.22 2000/04/25 21:00:08 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.23 2000/04/25 22:29:55 hobbs Exp $ TCLVERSION = @TCL_VERSION@ VERSION = @TK_VERSION@ @@ -367,6 +367,7 @@ winhelp: $(TCL_SRC_DIR_NATIVE)/../tools/man2help.tcl $(MAN2TCL) $(TCLSH_PROG) "$(TCL_SRC_DIR_NATIVE)"/../tools/man2help.tcl tcl "$(VER)" $(CORE_DOCS) $(COPY) "$(TCL_BIN_DIR)"/tcl.hpj ./ hcw /c /e tcl.hpj + $(COPY) ./tcl$(VER).cnt ./TCL$(VER).HLP $(TCL_SRC_DIR_NATIVE)/../tools/ $(MAN2TCL): $(TCL_SRC_DIR_NATIVE)/../tools/man2tcl.c $(CC) $(CFLAGS_OPTIMIZE) $(MAN2TCLFLAGS) -o $(MAN2TCL) "$(TCL_SRC_DIR_NATIVE)"/../tools/man2tcl.c |