summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorwart <wart>1999-12-07 00:18:32 (GMT)
committerwart <wart>1999-12-07 00:18:32 (GMT)
commit8fdf50b3c1b63aecd77ae7dee8513ae6a8b3fdb1 (patch)
treed1b345ad2fd41866909676111caf774cdb58e818 /win
parent66175fe6ed053fd5e6bc29272f33ff42404174f5 (diff)
downloadtcl-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')
-rw-r--r--win/Makefile.in6
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