From e7345494aece5bf020d1f35da01813e6055363d7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 22 Jun 2009 17:57:20 +0000 Subject: doc fixes git-svn-id: svn://tug.org/texlive/trunk@13886 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/check-depend-consistency | 4 ++-- Master/tlpkg/bin/check-duplicated-runfiles | 6 +++--- Master/tlpkg/bin/check-execute-consistency | 19 +++++++++++-------- Master/tlpkg/bin/tl-update-bindir | 2 +- 4 files changed, 17 insertions(+), 14 deletions(-) (limited to 'Master/tlpkg/bin') diff --git a/Master/tlpkg/bin/check-depend-consistency b/Master/tlpkg/bin/check-depend-consistency index cfd25d64fb3..0c75e4ef5bd 100755 --- a/Master/tlpkg/bin/check-depend-consistency +++ b/Master/tlpkg/bin/check-depend-consistency @@ -1,6 +1,6 @@ #!/usr/bin/env perl -# $Id: check-depend-consistency 0 2007-10-14 20:32:44Z karl $ -# Copyright 2007, 2008 Norbert Preining +# $Id$ +# Copyright 2007, 2008, 2009 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # diff --git a/Master/tlpkg/bin/check-duplicated-runfiles b/Master/tlpkg/bin/check-duplicated-runfiles index 05a51860283..b3386aff32c 100755 --- a/Master/tlpkg/bin/check-duplicated-runfiles +++ b/Master/tlpkg/bin/check-duplicated-runfiles @@ -1,6 +1,6 @@ #!/usr/bin/env perl # $Id$ -# Copyright 2008 Manuel Pegourie-Gonnard. +# Copyright 2008, 2009 Manuel Pegourie-Gonnard. # This file is licenced under the WTFPL version 2. # # Check there are no duplicated runtimes files. @@ -17,13 +17,13 @@ use TeXLive::TLPDB; use File::Basename; -# first, get and load the current texlive.tlpdb +# first, get and load the current texlive.tlpdb # chomp (my $Master = `cd $mydir/../.. && pwd`); $tlpdb = TeXLive::TLPDB->new ("root" => "$Master"); die("Cannot find tlpdb in $Master!\n") unless defined($tlpdb); -# build a list of all runtime files associated to 'normal' packages +# build a list of all runtime files associated to 'normal' packages # (my $non_normal = `ls $Master/bin`) =~ s/\n/\$|/g; # binaries $non_normal .= '^0+texlive|^bin-|^collection-|^scheme-|^texlive-'; diff --git a/Master/tlpkg/bin/check-execute-consistency b/Master/tlpkg/bin/check-execute-consistency index 562229f35c8..6dc3b048033 100755 --- a/Master/tlpkg/bin/check-execute-consistency +++ b/Master/tlpkg/bin/check-execute-consistency @@ -1,10 +1,10 @@ #!/usr/bin/env perl -# $Id: check-execute-consistency 0 2007-10-14 20:32:44Z karl $ -# Copyright 2007 Norbert Preining +# $Id$ +# Copyright 2007, 2009 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # -# Check that files needed for execute statements are present +# Check that files needed for execute statements in tlpsrc files are present. BEGIN { $^W = 1; @@ -36,7 +36,7 @@ exit (&main ()); sub main { # get the db. - chomp (my $Master = `cd $mydir/../.. && pwd`); # xx TLPDB should default + chomp (my $Master = `cd $mydir/../.. && pwd`); my $tlpdb = TeXLive::TLPDB->new ("root" => "$Master"); die("Cannot find tlpdb in $Master!\n") unless defined($tlpdb); my (%maps,%langcodes,%fmtlines); @@ -212,19 +212,22 @@ __END__ =head1 NAME -check-depend-consistency - check that all depends actually exist as packages +check-execute-consistency - check tlpdb execute directives =head1 SYNOPSIS -check-depend-consistency +check-execute-consistency =head1 OPTIONS -There are no options bug C<-help>. +Only the standard options B<-help> and B<-q>, B<-v>, and +B<-logfile>=I are accepted; see the C +function in L for details. =head1 DESCRIPTION -See above +Check that the files referred to by C directives in the TeX +Live Database are present. =head1 AUTHORS AND COPYRIGHT diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index 230f4afaeed..b5ad540ae3a 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -122,7 +122,7 @@ for tlname in $tlnames; do default_bin_loc=$download_loc $download http://www.uoregon.edu/~koch/$tlname.tar.gz;; powerpc-linux) - default_bin_loc=/home/tschmitz/powerpc-linux.tar.bz2;; + default_bin_loc=/home/tschmitz/ppc-linux.tar.bz2;; win32) default_bin_loc=${TMPDIR-$tmpdir}/tl.$tlname.zip $download http://members2.jcom.home.ne.jp/wt1357ak/tl2009w32-02.zip;; -- cgit v1.2.3