summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-26 00:30:44 +0000
committerKarl Berry <karl@freefriends.org>2010-06-26 00:30:44 +0000
commitd6dc2957c322fe78b71bc9265ceca48442d29d22 (patch)
tree5eef5cd96f09390ec1fc504bc490ce78de98cb6f
parenta5bf2a9c12d868210211134afe9df4b7d226cc01 (diff)
consistency cleanups
git-svn-id: svn://tug.org/texlive/trunk@19161 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl2
-rwxr-xr-xMaster/tlpkg/bin/check-wrapper-consistency2
-rwxr-xr-xMaster/tlpkg/bin/tl-update-messages2
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet3
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
5 files changed, 5 insertions, 7 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 185e9a34c6c..7af705ddcc3 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -4812,7 +4812,7 @@ If C<-v> has been given the revisions of the used modules are reported, too.
=head2 gui
-Start the graphical user interface. See L<GUI> below.
+Start the graphical user interface. See B<GUI> below.
=head2 install [I<option>]... I<pkg>...
diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency
index bd463cbe459..e6e14ac4353 100755
--- a/Master/tlpkg/bin/check-wrapper-consistency
+++ b/Master/tlpkg/bin/check-wrapper-consistency
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
# $Id$
-# Copyright 2008, 2009 TeX Users Group.
+# Copyright 2008, 2009, 2010 TeX Users Group.
# This file is licensed under the GNU General Public License version 2
# or any later version.
#
diff --git a/Master/tlpkg/bin/tl-update-messages b/Master/tlpkg/bin/tl-update-messages
index ab1ce79cdc6..30a9fa89d2c 100755
--- a/Master/tlpkg/bin/tl-update-messages
+++ b/Master/tlpkg/bin/tl-update-messages
@@ -34,7 +34,7 @@ sed /POT-Creation-Date:/d <messages.pot >$tmpb
if cmp -s $tmpa $tmpb ; then
echo "$0: no msg changes."
mv messages.prev messages.pot
- #rm -f $tmpa $tmpb
+ rm -f $tmpa $tmpb
exit 0
fi
rm -f $tmpa $tmpb messages.prev
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index 21b7485a62c..e0cce6f648f 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -205,9 +205,6 @@ cd $tltrybase
if $chicken; then
echo "$0: Chicken mode, not updating anything."
else
- #echo "$0: Test install ok, comparing containers." # just a test
- #(cd $tltry/archive && time /home/karl/bin/cmpcont) >/tmp/cmpcont 2>&1 || true
-
echo "$0: Updating $tlweb from $tltry."
rm -rf $tlweb
mv $tltry $tlweb
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 67e252f72c1..f307f2e69f8 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -2808,8 +2808,9 @@ sub MAKEseminar {
}
sub MAKExypic {
- # Copy source files as per INSTALL instructions.
+ # Copy source files per INSTALL instructions.
&xchdir ($packagedir);
+ my $Foundry = "public";
&SYSTEM ("mkdir -p $DEST/doc/generic/xypic");
&SYSTEM ("$CP [A-Z]* $DEST/doc/generic/xypic/");
&SYSTEM ("$CP doc/*.* $DEST/doc/generic/xypic");