diff options
-rwxr-xr-x | Build/tools/MakeImages.sh | 2 | ||||
-rw-r--r-- | Build/tools/README | 3 | ||||
-rwxr-xr-x | Master/common.sh | 6 | ||||
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 4 |
4 files changed, 8 insertions, 7 deletions
diff --git a/Build/tools/MakeImages.sh b/Build/tools/MakeImages.sh index e00b9682f51..35d1ca7a765 100755 --- a/Build/tools/MakeImages.sh +++ b/Build/tools/MakeImages.sh @@ -36,7 +36,7 @@ cd $HERE || exit 1 # the Tools directory master=`cd ../../Master && /bin/pwd` NAME=texlivetest -V=2006 +V=2007 D=`date +%Y%m%d` debug=${OVERRIDE_DEBUG-false} diff --git a/Build/tools/README b/Build/tools/README index f6a9b83361a..82987a0a6f9 100644 --- a/Build/tools/README +++ b/Build/tools/README @@ -1,4 +1,4 @@ -Copyright (C) 2005, 2006 TeX Users Group. +Copyright 2005, 2006, 2007 TeX Users Group. You may freely use, modify and/or distribute this file. The scripts here relate to building or verifying TeX Live itself. @@ -91,3 +91,4 @@ Build/tools/Tpm.pm: system list new year: - MakeImages.sh - texmf.cnf +- common.sh diff --git a/Master/common.sh b/Master/common.sh index d069c5c6cf4..74769eb5fd4 100755 --- a/Master/common.sh +++ b/Master/common.sh @@ -4,7 +4,7 @@ # common.sh -- common routines for the TeX Live installation scripts. # Do not call directly. # -# Copyright 2003, 2004, 2005, 2006 Sebastian Rahtz and Karl Berry. +# Copyright 2003, 2004, 2005, 2006, 2007 Sebastian Rahtz and Karl Berry. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -324,7 +324,7 @@ TEXMFCNF__fix_texmf() # implicitly set by changing TEXDIR LOCAL="\$SELFAUTOPARENT/texmf-local" else - # no changes, meaning they took the default of /usr/local/texlive/2005, + # no changes, meaning they took the default of /usr/local/texlive/YYYY, # meaning we want /usr/local/texlive/texmf-local ... one level up. LOCAL="\$SELFAUTOPARENT/../texmf-local" fi @@ -1013,7 +1013,7 @@ init() series_init bindir= tex_prefix=${TEXLIVE_INSTALL_PREFIX-/usr/local/texlive} - TEXDIR=${TEXLIVE_INSTALL_TEXDIR-$tex_prefix/2006} # manually update each year! + TEXDIR=${TEXLIVE_INSTALL_TEXDIR-$tex_prefix/2007} # manually update each year! TEXMFSYSVAR=${TEXLIVE_INSTALL_TEXMFSYSVAR-$TEXDIR/texmf-var} TEXMF=$TEXDIR/texmf TEXMFLOCAL=${TEXLIVE_INSTALL_TEXMFLOCAL-$tex_prefix/texmf-local} diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index d702e719db4..60ec6f46f1e 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -96,7 +96,7 @@ TEXMFHOME = $HOME/texmf % TEXMFVAR = $TEXMFMAIN % For using a separate tree: % TEXMFVAR = $HOME/.texmf-var # teTeX 3.0 default -TEXMFVAR = $HOME/.texlive2006/texmf-var +TEXMFVAR = $HOME/.texlive2007/texmf-var % TEXMFCONFIG, where texconfig stores configuration data. % With teTeX-3.0 or later, this must be set. @@ -106,7 +106,7 @@ TEXMFVAR = $HOME/.texlive2006/texmf-var % TEXMFCONFIG = $HOME/.texmf-config # teTeX 3.0 default % For using a separate tree: % TEXMFCONFIG = $SELFAUTOPARENT/texmf-config -TEXMFCONFIG = $HOME/.texlive2006/texmf-config +TEXMFCONFIG = $HOME/.texlive2007/texmf-config % Now, list all the texmf trees. If you have multiple trees you can % use shell brace notation, like this: |