summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstanton <stanton>1998-09-08 17:03:01 (GMT)
committerstanton <stanton>1998-09-08 17:03:01 (GMT)
commitf8dab0988bd8bcd72a79a9335424a2a44c7afd0f (patch)
tree77a5206f9808797aba16b9ff7324dc46047d09db
parent037d1c95e2930e706401f749ae162ebae16f337d (diff)
downloadtcl-f8dab0988bd8bcd72a79a9335424a2a44c7afd0f.zip
tcl-f8dab0988bd8bcd72a79a9335424a2a44c7afd0f.tar.gz
tcl-f8dab0988bd8bcd72a79a9335424a2a44c7afd0f.tar.bz2
*** empty log message ***
-rw-r--r--tools/Makefile.in28
-rw-r--r--tools/tcl.hpj4
2 files changed, 17 insertions, 15 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index e6f3311..3b8cb82 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -6,7 +6,7 @@
#
# HTML: 1. Build the html target on Unix
-# SCCS: %Z% $Id: Makefile.in,v 1.3 1998/08/21 10:44:44 stanton Exp $
+# SCCS: %Z% $Id: Makefile.in,v 1.4 1998/09/08 17:03:01 stanton Exp $
#TCL = tcl@TCL_VERSION@@TCL_PATCH_LEVEL@
#TK = tk@TCL_VERSION@@TCL_PATCH_LEVEL@
@@ -34,28 +34,30 @@ ITCL_DOCS = \
# $(ITCL_SOURCE)/iwidgets3.0.0/doc/*.[13n]
-DOCS = $(TCL_DOCS) $(TK_DOCS) $(PRO_DOCS) $(ITCL_DOCS)
+COREDOCS = $(TCL_DOCS) $(TK_DOCS)
+PRODOCS = $(COREDOCS) $(PRO_DOCS) $(ITCL_DOCS)
TCLSH = $(TCL_SOURCE)/unix/tclsh
CC=@CC@
-all: winhelp
+all: core
-winhelp: tcl.rtf
-html: tcl$(VER).html
+pro:
+ $(MAKE) PRODOCS="$(PRODOCS)" VER="" rtf
-man2tcl: man2tcl.c
- $(CC) $(CFLAGS) -o man2tcl man2tcl.c
+core:
+ $(MAKE) DOCS="$(COREDOCS)" rtf
-tcl.rtf: man2help.tcl man2tcl $(DOCS)
+rtf: man2help.tcl man2tcl $(DOCS)
LD_LIBRARY_PATH=$(TCL_SOURCE)/unix \
- $(TCLSH) man2help.tcl tcl "" $(DOCS)
+ $(TCLSH) man2help.tcl tcl "$(VER)" $(DOCS)
-tcl$(VER).html: man2html.tcl man2tcl $(TCL_DOCS) $(TK_DOCS)
- $(TCLSH) man2html.tcl tcl$(VER).html \
- ../.. ${TCL} ${TK}
+winhelp: tcl.rtf
+
+man2tcl: man2tcl.c
+ $(CC) $(CFLAGS) -o man2tcl man2tcl.c
clean:
- -rm -f man2tcl *.o tcl$(VER).cnt tcl$(VER).rtf
+ -rm -f man2tcl *.o *.cnt *.rtf
helpfile:
hcw /c tcl.hpj
diff --git a/tools/tcl.hpj b/tools/tcl.hpj
index cb9e31c..9797d1b 100644
--- a/tools/tcl.hpj
+++ b/tools/tcl.hpj
@@ -6,9 +6,9 @@ LCID=0x409 0x0 0x0 ;English (United States)
REPORT=Yes
CONTENTS=contents
TITLE=Tcl/Tk Reference Manual
-CNT=.\tcl.cnt
+CNT=.\tcl80.cnt
COPYRIGHT=Copyright © 1998 Scriptics Corporation
-HLP=.\tcl.hlp
+HLP=.\tcl80.hlp
[FILES]
.\tcl.rtf