diff options
author | stanton <stanton> | 1998-08-21 10:44:44 (GMT) |
---|---|---|
committer | stanton <stanton> | 1998-08-21 10:44:44 (GMT) |
commit | fe05fb354a88d9c38bc666f80bb61bb4bb34da22 (patch) | |
tree | f7e19bcd5ee760b87f3bf00ee8b517c7c6a58698 /tools/Makefile.in | |
parent | 5f87638c7314cbf831c3f54cdd78f30304035191 (diff) | |
download | tcl-fe05fb354a88d9c38bc666f80bb61bb4bb34da22.zip tcl-fe05fb354a88d9c38bc666f80bb61bb4bb34da22.tar.gz tcl-fe05fb354a88d9c38bc666f80bb61bb4bb34da22.tar.bz2 |
removed version number from help file
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r-- | tools/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 1376b0d..e6f3311 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.2 1998/08/07 18:25:56 stanton Exp $ +# SCCS: %Z% $Id: Makefile.in,v 1.3 1998/08/21 10:44:44 stanton Exp $ #TCL = tcl@TCL_VERSION@@TCL_PATCH_LEVEL@ #TK = tk@TCL_VERSION@@TCL_PATCH_LEVEL@ @@ -48,7 +48,7 @@ man2tcl: man2tcl.c tcl.rtf: man2help.tcl man2tcl $(DOCS) LD_LIBRARY_PATH=$(TCL_SOURCE)/unix \ - $(TCLSH) man2help.tcl tcl $(VER) $(DOCS) + $(TCLSH) man2help.tcl tcl "" $(DOCS) tcl$(VER).html: man2html.tcl man2tcl $(TCL_DOCS) $(TK_DOCS) $(TCLSH) man2html.tcl tcl$(VER).html \ @@ -59,5 +59,6 @@ clean: helpfile: hcw /c tcl.hpj - mv tcl.hlp tcl$(VER).hlp + +# mv tcl.hlp tcl$(VER).hlp |