summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStaszek Wawrykiewicz <staw@gust.org.pl>2006-12-29 01:43:59 +0000
committerStaszek Wawrykiewicz <staw@gust.org.pl>2006-12-29 01:43:59 +0000
commit01d10a34580685be02bc5319a9f9e06d96abfc99 (patch)
tree614c797154edb2156bb295e8506a7996034b1c75
parent3d58b580a0c46d2675933bc6bc022c59387fbb53 (diff)
new Master/setuptl
git-svn-id: svn://tug.org/texlive/trunk@3007 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/setuptl/Changelog3
-rw-r--r--Master/setuptl/tlpm.batch2
-rw-r--r--Master/setuptl/tlpm.exebin446525 -> 446520 bytes
-rw-r--r--Master/setuptl/tlpm.winconf14
-rwxr-xr-xMaster/setuptl/tlpmguibin2356955 -> 2353153 bytes
-rw-r--r--Master/setuptl/tlpmgui.exebin1320057 -> 1320142 bytes
6 files changed, 11 insertions, 8 deletions
diff --git a/Master/setuptl/Changelog b/Master/setuptl/Changelog
index f086b830674..c58152f49ea 100644
--- a/Master/setuptl/Changelog
+++ b/Master/setuptl/Changelog
@@ -1,8 +1,9 @@
## 2005-2006 Tomasz Luczak tlu@technodat.com.pl
-# $Id: Changelog 159 2006-12-24 01:27:17Z tlu $
+# $Id: Changelog 166 2006-12-28 23:00:27Z tlu $
# History:
# 2005.05.03 TLu r.0.1 start project
# 2005.08.04 TLu r.0.11 last version for TL2004
# 2005.10.31 TLu r.1.0 final release for Tex Live 2005
# 2006.07.09 TLu r.1.39 last version for TL2005
# 2006.12.24 TLu r.1.40 start for TL2006
+# 2006.12.28 TLu r.1.41 remove windvi suport, correct perl path
diff --git a/Master/setuptl/tlpm.batch b/Master/setuptl/tlpm.batch
index 51dfef83e27..b07fac3f3ea 100644
--- a/Master/setuptl/tlpm.batch
+++ b/Master/setuptl/tlpm.batch
@@ -1,4 +1,4 @@
-% $Id: tlpm.batch 162 2006-12-27 09:05:15Z tlu $
+% $Id: tlpm.batch 164 2006-12-27 20:23:48Z tlu $
% sample TLPM batch file
% binary base
diff --git a/Master/setuptl/tlpm.exe b/Master/setuptl/tlpm.exe
index 11133d4ee12..5a0a1c946de 100644
--- a/Master/setuptl/tlpm.exe
+++ b/Master/setuptl/tlpm.exe
Binary files differ
diff --git a/Master/setuptl/tlpm.winconf b/Master/setuptl/tlpm.winconf
index 87fa83b2a15..f9f75910209 100644
--- a/Master/setuptl/tlpm.winconf
+++ b/Master/setuptl/tlpm.winconf
@@ -1,6 +1,6 @@
-Configuring the TeX Live 2004-2006 installation on Windows in 5 steps;
-$Id: tlpm.winconf 162 2006-12-27 09:05:15Z tlu $
-Staszek Wawrykiewicz (staw at gust.org.pl, 13.02.2005)
+Configuring the TeX Live 2006 installation on Windows in 5 steps;
+$Id: tlpm.winconf 167 2006-12-28 23:32:45Z staw $
+Staszek Wawrykiewicz (staw at gust.org.pl, 29.12.2006)
This document tries to describe in short the most important steps to
configure TeX Live 2004-2006, installed on Windows using the TLPM program
@@ -15,8 +15,8 @@ REM addapt the next line to YOUR TLroot directory
set TLroot=c:\TeXLive
set PATH=%TLroot%\bin\win32;%PATH%
set TEXMFCNF=%TLroot%\texmf-var\web2c
-set PERL5LIB=%TLroot%\xemtex\perl\lib;%TLroot%\xemtex\perl\site\lib
-set GS_LIB=%TLroot%\xemtex\gslib;%TLroot%\xemtex\gsfonts
+set PERL5LIB=%TLroot%\perltl\lib;%TLroot%\perltl\site\lib
+set GS_LIB=c:\gs\gs8.54\lib;c:\gs\fonts
For Windows NT/2K/XP the procedure is somehow less straightforward.
Click left on Start->Settings->Control Panel. Now the window with the
@@ -44,10 +44,12 @@ cd %TLroot%
md texmf-var
cd texmf-var
md web2c
-copy ..\texmf\web2c\texmf.cnf web2c\*.*
+copy ..\texmf\web2c\texmf.cnf-4WIN web2c\texmf.cnf
copy ..\texmf\web2c\fmtutil.cnf web2c\*.*
+copy ..\texmf\web2c\updmap.cfg web2c\*.*
attrib -R web2c\texmf.cnf
attrib -R web2c\fmtutil.cnf
+attrib -R web2c\updmap.cfg
md tex
cd tex
md generic
diff --git a/Master/setuptl/tlpmgui b/Master/setuptl/tlpmgui
index e81bd74cf3e..88c18980f79 100755
--- a/Master/setuptl/tlpmgui
+++ b/Master/setuptl/tlpmgui
Binary files differ
diff --git a/Master/setuptl/tlpmgui.exe b/Master/setuptl/tlpmgui.exe
index 426cc5c2528..e82cea467b8 100644
--- a/Master/setuptl/tlpmgui.exe
+++ b/Master/setuptl/tlpmgui.exe
Binary files differ