diff options
author | stanton <stanton> | 1999-02-05 03:12:50 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-02-05 03:12:50 (GMT) |
commit | 9459fb6e47c668757ec6478a1f0762dedbf661a2 (patch) | |
tree | 5d84b575076532f0a1daba1e1a57df193f05b034 /tools | |
parent | 9263d25321fc0520a10c21aa022a1a5b0c52efad (diff) | |
download | tcl-9459fb6e47c668757ec6478a1f0762dedbf661a2.zip tcl-9459fb6e47c668757ec6478a1f0762dedbf661a2.tar.gz tcl-9459fb6e47c668757ec6478a1f0762dedbf661a2.tar.bz2 |
updated man page generation for TclPro
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.in | 4 | ||||
-rw-r--r-- | tools/tcl.hpj | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index f4a34ef..3a3feec 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -6,7 +6,7 @@ # # HTML: 1. Build the html target on Unix -# RCS: @(#) $Id: Makefile.in,v 1.5 1998/09/14 18:40:15 stanton Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.6 1999/02/05 03:12:50 stanton Exp $ #TCL = tcl@TCL_VERSION@@TCL_PATCH_LEVEL@ #TK = tk@TCL_VERSION@@TCL_PATCH_LEVEL@ @@ -42,7 +42,7 @@ CC=@CC@ all: core pro: - $(MAKE) PRODOCS="$(PRODOCS)" VER="" rtf + $(MAKE) DOCS="$(PRODOCS)" VER="" rtf core: $(MAKE) DOCS="$(COREDOCS)" rtf diff --git a/tools/tcl.hpj b/tools/tcl.hpj index 9797d1b..15eb1e5 100644 --- a/tools/tcl.hpj +++ b/tools/tcl.hpj @@ -4,14 +4,13 @@ HCW=0
LCID=0x409 0x0 0x0 ;English (United States)
REPORT=Yes
-CONTENTS=contents
TITLE=Tcl/Tk Reference Manual
-CNT=.\tcl80.cnt
+CNT=tcl.cnt
COPYRIGHT=Copyright © 1998 Scriptics Corporation
-HLP=.\tcl80.hlp
+HLP=tcl.hlp
[FILES]
-.\tcl.rtf
+tcl.rtf
[WINDOWS]
main="Tcl/Tk Reference Manual",,0
|