diff options
author | stanton <stanton@noemail.net> | 1998-08-21 10:44:43 (GMT) |
---|---|---|
committer | stanton <stanton@noemail.net> | 1998-08-21 10:44:43 (GMT) |
commit | ce478b2647b47fe178eb3792b61f133341882f6e (patch) | |
tree | f7e19bcd5ee760b87f3bf00ee8b517c7c6a58698 | |
parent | 9081a61bee1b8000d5642721f9ef46c7d1401330 (diff) | |
download | tcl-ce478b2647b47fe178eb3792b61f133341882f6e.zip tcl-ce478b2647b47fe178eb3792b61f133341882f6e.tar.gz tcl-ce478b2647b47fe178eb3792b61f133341882f6e.tar.bz2 |
removed version number from help file
FossilOrigin-Name: 02becd234618124448dc469736cd49af079fe6b4
-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 |