From ab7bb33092fca8b83fda06e5aa6f33d35fed8c0c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 15 Oct 2008 23:57:46 +0000 Subject: --recreate, wording, latexmk special case git-svn-id: svn://tug.org/texlive/trunk@10986 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-tlnet | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg/bin/tl-update-tlnet') diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index 1b636902944..ad4d0dc1f78 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -3,7 +3,7 @@ # This file is licensed under the GNU General Public License version 2 # or any later version. # -# Update a TeX Live tlnet distribution, with testing. +# Update a TeX Live tlnet area, with testing. vc_id='$Id$' unset CDPATH @@ -11,6 +11,7 @@ unset LS_COLORS chicken=false critical= +recreate= yyyy=2008 while test $# -gt 0; do @@ -18,6 +19,7 @@ while test $# -gt 0; do --critical) critical=--all;; --dry-run|-n) chicken=true;; --master) shift; Master=$1;; + --recreate) recreate=--recreate;; --testlocation) shift; tlwebtrybase=$1;; --help) echo "xxtodo. Sorry."; exit 0;; --version) echo "$vc_id"; exit 0;; @@ -57,7 +59,7 @@ echo "$0: Updating $tlwebtry in cow-shell..." cd $tlwebtry cow-shell <