diff options
author | Staszek Wawrykiewicz <staw@gust.org.pl> | 2006-12-29 01:43:59 +0000 |
---|---|---|
committer | Staszek Wawrykiewicz <staw@gust.org.pl> | 2006-12-29 01:43:59 +0000 |
commit | 01d10a34580685be02bc5319a9f9e06d96abfc99 (patch) | |
tree | 614c797154edb2156bb295e8506a7996034b1c75 /Master | |
parent | 3d58b580a0c46d2675933bc6bc022c59387fbb53 (diff) |
new Master/setuptl
git-svn-id: svn://tug.org/texlive/trunk@3007 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/setuptl/Changelog | 3 | ||||
-rw-r--r-- | Master/setuptl/tlpm.batch | 2 | ||||
-rw-r--r-- | Master/setuptl/tlpm.exe | bin | 446525 -> 446520 bytes | |||
-rw-r--r-- | Master/setuptl/tlpm.winconf | 14 | ||||
-rwxr-xr-x | Master/setuptl/tlpmgui | bin | 2356955 -> 2353153 bytes | |||
-rw-r--r-- | Master/setuptl/tlpmgui.exe | bin | 1320057 -> 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 Binary files differindex 11133d4ee12..5a0a1c946de 100644 --- a/Master/setuptl/tlpm.exe +++ b/Master/setuptl/tlpm.exe 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 Binary files differindex e81bd74cf3e..88c18980f79 100755 --- a/Master/setuptl/tlpmgui +++ b/Master/setuptl/tlpmgui diff --git a/Master/setuptl/tlpmgui.exe b/Master/setuptl/tlpmgui.exe Binary files differindex 426cc5c2528..e82cea467b8 100644 --- a/Master/setuptl/tlpmgui.exe +++ b/Master/setuptl/tlpmgui.exe |