diff options
author | stanton <stanton> | 1999-05-22 01:20:10 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-05-22 01:20:10 (GMT) |
commit | ac39508cf97576cd9747c5630c4a13d794663b4a (patch) | |
tree | 4b7c61e6c670f227cf4d603907157fb6246d2d50 /tools/Makefile.in | |
parent | 21bd132482f68735f5a4381934f56ee911904e87 (diff) | |
download | tcl-ac39508cf97576cd9747c5630c4a13d794663b4a.zip tcl-ac39508cf97576cd9747c5630c4a13d794663b4a.tar.gz tcl-ac39508cf97576cd9747c5630c4a13d794663b4a.tar.bz2 |
Merged changes from scriptics-tclpro-1-3-b2 branch
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r-- | tools/Makefile.in | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index b44ace0..1393134 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.7 1999/02/19 02:14:56 stanton Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.8 1999/05/22 01:20:14 stanton Exp $ TCL = tcl@TCL_VERSION@ TK = tk@TCL_VERSION@ @@ -25,7 +25,10 @@ TK_DOCS = \ $(TK_SOURCE)/doc/*.[13n] PRO_DOCS = \ - $(PRO_SOURCE)/doc/man/*.[13n] + $(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_SOURCE)/itcl/doc/*.[13n] \ @@ -34,7 +37,8 @@ ITCL_DOCS = \ # $(ITCL_SOURCE)/iwidgets3.0.0/doc/*.[13n] COREDOCS = $(TCL_DOCS) $(TK_DOCS) -PRODOCS = $(COREDOCS) $(PRO_DOCS) $(ITCL_DOCS) +#PRODOCS = $(COREDOCS) $(PRO_DOCS) $(ITCL_DOCS) +PRODOCS = $(COREDOCS) $(PRO_DOCS) TCLSH = $(TCL_BIN_DIR)/tclsh CC=@CC@ |