diff options
author | hobbs <hobbs> | 2000-04-20 01:30:19 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-04-20 01:30:19 (GMT) |
commit | 4e8cc6920798eaa803c47afc4e599cb680d2b459 (patch) | |
tree | 19919ac6b35eee37554b245875994c9bb3df6434 /tools | |
parent | 0c6a6f1849328a298f5145a93e0ffa4ecc43c8f4 (diff) | |
download | tcl-4e8cc6920798eaa803c47afc4e599cb680d2b459.zip tcl-4e8cc6920798eaa803c47afc4e599cb680d2b459.tar.gz tcl-4e8cc6920798eaa803c47afc4e599cb680d2b459.tar.bz2 |
* library/dde1.1/pkgIndex.tcl:
* library/reg1.0/pkgIndex.tcl:
* win/tclWinChan.c:
* win/tclWinThrd.c: converted CRLF to LF the */tcl.hpj.in files
were not converted, as it confuses hcw locally. [Bug: 5096]
* win/Makefile.in: expanded cleanup or help files
* doc/Thread.3: minor macro cleanup
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.in | 42 |
1 files changed, 22 insertions, 20 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 1393134..ecd115a 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -6,41 +6,43 @@ # # HTML: 1. Build the html target on Unix -# RCS: @(#) $Id: Makefile.in,v 1.8 1999/05/22 01:20:14 stanton Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.9 2000/04/20 01:30:20 hobbs Exp $ -TCL = tcl@TCL_VERSION@ -TK = tk@TCL_VERSION@ -VER=@TCL_WIN_VERSION@ +TCL = tcl@TCL_VERSION@ +TK = tk@TCL_VERSION@ +VER = @TCL_WIN_VERSION@ -TCL_BIN_DIR = @TCL_BIN_DIR@ -TCL_SOURCE = @TCL_SRC_DIR@ -TK_SOURCE = $(TCL_SOURCE)/../$(TK) -PRO_SOURCE = $(TCL_SOURCE)/../pro -ITCL_SOURCE = $(TCL_SOURCE)/../itcl3.0.1 +TCL_BIN_DIR = @TCL_BIN_DIR@ +TCL_SOURCE = @TCL_SRC_DIR@ +TK_SOURCE = $(TCL_SOURCE)/../$(TK) +PRO_SOURCE = $(TCL_SOURCE)/../pro +ITCL_SOURCE = $(TCL_SOURCE)/../itcl3.1.0 -TCL_DOCS = \ - $(TCL_SOURCE)/doc/*.[13n] +TCL_DOCS = $(TCL_SOURCE)/doc/*.[13n] -TK_DOCS = \ - $(TK_SOURCE)/doc/*.[13n] +TK_DOCS = $(TK_SOURCE)/doc/*.[13n] -PRO_DOCS = \ +PRO_DOCS = \ $(PRO_SOURCE)/doc/man/procheck.1 \ $(PRO_SOURCE)/doc/man/prodebug.1 \ $(PRO_SOURCE)/doc/man/prodebug.n \ $(PRO_SOURCE)/doc/man/prolicense.1 -ITCL_DOCS = \ +ITCL_DOCS = \ $(ITCL_SOURCE)/itcl/doc/*.[13n] \ $(ITCL_SOURCE)/itk/doc/*.[13n] # $(ITCL_SOURCE)/iwidgets3.0.0/doc/*.[13n] -COREDOCS = $(TCL_DOCS) $(TK_DOCS) -#PRODOCS = $(COREDOCS) $(PRO_DOCS) $(ITCL_DOCS) -PRODOCS = $(COREDOCS) $(PRO_DOCS) -TCLSH = $(TCL_BIN_DIR)/tclsh -CC=@CC@ +COREDOCS = $(TCL_DOCS) $(TK_DOCS) +#PRODOCS = $(COREDOCS) $(PRO_DOCS) $(ITCL_DOCS) +PRODOCS = $(COREDOCS) $(PRO_DOCS) +TCLSH = $(TCL_BIN_DIR)/tclsh +CC = @CC@ + +# +# Targets +# all: core |