summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-22 17:57:20 +0000
committerKarl Berry <karl@freefriends.org>2009-06-22 17:57:20 +0000
commite7345494aece5bf020d1f35da01813e6055363d7 (patch)
tree4935a92c12ad95684a5f2aac36a3909b3997132e
parent8107063a61c46a037fc3b41315586714d8f168e4 (diff)
doc fixes
git-svn-id: svn://tug.org/texlive/trunk@13886 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/tlpkg/bin/check-depend-consistency4
-rwxr-xr-xMaster/tlpkg/bin/check-duplicated-runfiles6
-rwxr-xr-xMaster/tlpkg/bin/check-execute-consistency19
-rwxr-xr-xMaster/tlpkg/bin/tl-update-bindir2
4 files changed, 17 insertions, 14 deletions
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<file> are accepted; see the C<process_logging_options>
+function in L<TeXLive::TLUtils> for details.
=head1 DESCRIPTION
-See above
+Check that the files referred to by C<execute> 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;;