From 8fdf50b3c1b63aecd77ae7dee8513ae6a8b3fdb1 Mon Sep 17 00:00:00 2001 From: wart Date: Tue, 7 Dec 1999 00:18:32 +0000 Subject: Don't build winhelp as part of the doc: target. Now we use a separate "winhelp" target for building it. --- win/Makefile.in | 6 ++++-- 1 file 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 -- cgit v0.12