diff options
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/check-wrapper-consistency | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-messages | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 3 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
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"); |