head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2005.10.23.00.26.53;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2003.10.19.00.27.02;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2001.12.27.05.31.54;	author petef;	state Exp;
branches;
next	1.1;

1.1
date	2001.01.05.17.26.22;	author alex;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Fix localbase issue
Noticed by: YAPHR
@
text
@--- Makefile.orig	Sun Oct 23 08:59:25 2005
+++ Makefile	Sun Oct 23 09:00:09 2005
@@@@ -0,0 +1,8 @@@@
+#
+# Fake makefile to copy everything into the right directory.
+#
+
+install:
+	mkdir -p ${PREFIX}/share/doc/TclTutor
+	install -c -g wheel -o root -m 0644 *.lsn *.cfg ${PREFIX}/share/doc/TclTutor
+	install -c -g wheel -o root -m 0755 scaler.tcl htmllib.tcl TclTutor.tcl ${PREFIX}/bin
@


1.3
log
@Tcl 8.3 -> tcl 8.4 move.
Added about.html and help.html to the port.
Used DOCSDIR variable instead of hard coded paths
@
text
@d1 2
a2 2
--- ../TclTutor/Makefile	Sat Nov 11 23:11:44 2000
+++ Makefile	Sat Nov 11 23:37:04 2000
d9 3
a11 32
+	mkdir -p /usr/local/share/doc/TclTutor
+	install -c -g wheel -o root -m 0644 *.lsn *.cfg /usr/local/share/doc/TclTutor
+	install -c -g wheel -o root -m 0755 scaler.tcl htmllib.tcl TclTutor.tcl /usr/local/bin
--- ../TclTutor/TclTutor.tcl	Tue May  9 02:50:40 2000
+++ TclTutor.tcl	Sat Nov 11 22:58:07 2000
@@@@ -1,6 +1,6 @@@@
 #!/bin/sh 
 # \
-exec wish "$0" "$@@"
+exec wish8.4 "$0" "$@@"
 
 ;# NAME:   TclTutor.tcl
 ;# AUTHOR: Clif Flynt
@@@@ -214,6 +214,8 @@@@
     set Tutor(Tcl.lessonFile) "G:/TCL_STUFF/TclTutor/TclTutor/Tcl0.lsn"
 }
 
+set Tutor(lessonHome) "/usr/local/share/doc/TclTutor/"
+set Tutor(Tcl.lessonFile) "Tcl0.lsn"
 
 # Initialize the various state indices.
 
--- ../TclTutor/htmllib.tcl	Tue May  9 02:50:39 2000
+++ htmllib.tcl	Sat Nov 11 22:17:29 2000
@@@@ -1,6 +1,6 @@@@
 #!/bin/sh
 # \
-exec wish "$0" ${1+"$@@"}
+exec wish8.4 "$0" ${1+"$@@"}
        
 # CONFIGURATION DETAIL: SET THIS FOR YOUR IMAGE VIEWER:
 #  (xli, xv, ee, etc)
@


1.2
log
@Use Tk/tcl 8.3.

PR:		33160
Submitted by:	maintainer
@
text
@d18 1
a18 1
+exec wish8.3 "$0" "$@@"
d37 1
a37 1
+exec wish8.3 "$0" ${1+"$@@"}
@


1.1
log
@Add tcltutor 2.b.4, a Tcl/Tk based tutorial for Tcl.

PR:		22776
Submitted by:	Edwin Groothuis (mavetju@@chello.nl)
@
text
@d18 1
a18 1
+exec wish8.2 "$0" "$@@"
d37 1
a37 1
+exec wish8.2 "$0" ${1+"$@@"}
@

