diff options
author | wart <wart> | 1999-12-07 00:18:32 (GMT) |
---|---|---|
committer | wart <wart> | 1999-12-07 00:18:32 (GMT) |
commit | 8fdf50b3c1b63aecd77ae7dee8513ae6a8b3fdb1 (patch) | |
tree | d1b345ad2fd41866909676111caf774cdb58e818 /win/Makefile.in | |
parent | 66175fe6ed053fd5e6bc29272f33ff42404174f5 (diff) | |
download | tcl-8fdf50b3c1b63aecd77ae7dee8513ae6a8b3fdb1.zip tcl-8fdf50b3c1b63aecd77ae7dee8513ae6a8b3fdb1.tar.gz tcl-8fdf50b3c1b63aecd77ae7dee8513ae6a8b3fdb1.tar.bz2 |
Don't build winhelp as part of the doc: target. Now we use a separate "winhelp" target for building it.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 47cf387..6c64812 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.22 1999/12/06 01:46:07 wart Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.23 1999/12/07 00:18:32 wart Exp $ VERSION = @TCL_VERSION@ @@ -292,7 +292,9 @@ binaries: @LIBRARIES@ $(STATIC_LIBRARIES) $(TCLSH) libraries: -doc: $(ROOT_DIR)/tools/man2help.tcl $(MAN2TCL) $(TCL_DOCS) +doc: + +winhelp: $(ROOT_DIR)/tools/man2help.tcl $(MAN2TCL) $(TCL_DOCS) TCL_LIBRARY="$(LIBRARY_DIR)"; export TCL_LIBRARY; \ ./$(TCLSH) "$(ROOT_DIR_NATIVE)"/tools/man2help.tcl tcl "$(VER)" $(TCL_DOCS) hcw /c /e tcl.hpj |