diff options
author | wart <wart> | 1999-12-06 01:46:07 (GMT) |
---|---|---|
committer | wart <wart> | 1999-12-06 01:46:07 (GMT) |
commit | 66175fe6ed053fd5e6bc29272f33ff42404174f5 (patch) | |
tree | 3a710a3480dfb370ed98b8ae57dbf59998c4ec21 /win/tcl.hpj.in | |
parent | 567d7c2cacc82b11710e8969d0bb00d68daffeee (diff) | |
download | tcl-66175fe6ed053fd5e6bc29272f33ff42404174f5.zip tcl-66175fe6ed053fd5e6bc29272f33ff42404174f5.tar.gz tcl-66175fe6ed053fd5e6bc29272f33ff42404174f5.tar.bz2 |
Added "doc" target to the Makefile that will build the winhelp files
Diffstat (limited to 'win/tcl.hpj.in')
-rw-r--r-- | win/tcl.hpj.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/win/tcl.hpj.in b/win/tcl.hpj.in new file mode 100644 index 0000000..3400816 --- /dev/null +++ b/win/tcl.hpj.in @@ -0,0 +1,19 @@ +; This file is maintained by HCW. Do not modify this file directly.
+
+[OPTIONS]
+HCW=0
+LCID=0x409 0x0 0x0 ;English (United States)
+REPORT=Yes
+TITLE=Tcl/Tk Reference Manual
+CNT=tcl83.cnt
+COPYRIGHT=Copyright © 1999 Scriptics Corporation
+HLP=tcl83.hlp
+
+[FILES]
+tcl.rtf
+
+[WINDOWS]
+main="Tcl/Tk Reference Manual",,0
+
+[CONFIG]
+BrowseButtons()
|