From de8b569a26cb4822b116007efe264c40284a9b52 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 25 Mar 2011 15:46:57 +0000 Subject: latexmk in Build git-svn-id: svn://tug.org/texlive/trunk@21826 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index eca57500ef9..a2e1920f64a 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2020,7 +2020,7 @@ for (@ARGV) { $package = pop (@x); my $COOKED_PKG = "$COOKED_TOP/$package"; # output directory - if ($package =~ /^(biber|texdef)$/) { # later anything with scripts + if ($package =~ /^(biber|texdef|latexmk)$/) { # later anything with scripts $BUILDDEST = "$COOKED_PKG/Build/source"; $TOPDEST = "$COOKED_PKG/Master"; } else { @@ -2498,7 +2498,7 @@ sub doscripts { &install ("$DEST/scripts/$package", $scriptpatt); &SYSTEM ("chmod a+x $DEST/scripts/$package/*"); - return unless $package eq "texdef"; # xx just testing this one for now + return unless $package =~ /^(texdef|latexmk)$/; # xx testing for now # update the copy in Build, too. my $build_tldir = "texk/texlive"; my $build_scriptsdir = "$build_tldir/linked_scripts"; @@ -2522,7 +2522,6 @@ sub doscripts { } (my $linkname = $s) =~ s/\..*$//; - next if -e "$Master/bin/i386-linux/$linkname"; # already there, move on for my $p (@platforms) { my $platdir = "$TOPDEST/bin/$p"; &xmkdir ($platdir); -- cgit v1.2.3