summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-05-26 10:04:52 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-05-26 10:04:52 (GMT)
commitfef66b3a8ba130ec832bd025733edb25751851a6 (patch)
treef6621d263fa4a869f003104fdded8d26006b57a4 /win
parent25e82c0f007886e271604f3a777ebb26dd9e7b4b (diff)
downloadtcl-fef66b3a8ba130ec832bd025733edb25751851a6.zip
tcl-fef66b3a8ba130ec832bd025733edb25751851a6.tar.gz
tcl-fef66b3a8ba130ec832bd025733edb25751851a6.tar.bz2
Missed one!
Diffstat (limited to 'win')
-rw-r--r--win/Makefile.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 75c0d4f..c3e1e19 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -4,7 +4,7 @@
# "./configure", which is a configuration script generated by the "autoconf"
# program (constructs like "@foo@" will get replaced in the actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.128 2008/05/23 21:05:14 andreas_kupries Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.129 2008/05/26 10:04:53 dkf Exp $
VERSION = @TCL_VERSION@
@@ -382,14 +382,6 @@ libraries:
doc:
-winhelp: $(ROOT_DIR)/tools/man2help.tcl $(MAN2TCL)
- TCL_LIBRARY="$(LIBRARY_DIR)"; export TCL_LIBRARY; \
- ./$(TCLSH) "$(ROOT_DIR_NATIVE)"/tools/man2help.tcl tcl "$(VER)" $(TCL_DOCS)
- hcw /c /e tcl.hpj
-
-$(MAN2TCL): $(ROOT_DIR)/tools/man2tcl.c
- $(CC) $(CFLAGS_OPTIMIZE) $(MAN2TCLFLAGS) -o $(MAN2TCL) "$(ROOT_DIR_NATIVE)"/tools/man2tcl.c
-
$(TCLSH): $(TCL_LIB_FILE) $(TCLSH_OBJS) tclsh.$(RES)
$(CC) $(CFLAGS) $(TCLSH_OBJS) $(TCL_LIB_FILE) $(LIBS) \
tclsh.$(RES) $(CC_EXENAME) $(LDFLAGS_CONSOLE)