From 987c2bd7e8f378b80a05a14ec16edfc2c45ef428 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 14 Sep 2006 00:20:24 +0000 Subject: new latex package marginnote (7feb06) git-svn-id: svn://tug.org/texlive/trunk@2128 c570f23f-e606-0410-a88d-b1316a301751 --- Build/cdbuild/ctan2tds.pl | 9 +++++---- Build/tools/tpm-ctan-check | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'Build') diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 892c9a4006e..c97eeaf35d7 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -187,6 +187,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; 'makor', "&MAKEbase", 'manjutex', "&MAKEflatten", 'mathdesign', "&MAKEmathdesign", + 'marginnote', "&MAKEcopy", 'mathmode', "&setup", 'mathpazo', "&MAKEmathpazo", 'metaobj', "&MAKEflatten", @@ -1015,7 +1016,7 @@ sub xchdir my ($dir) = @_; chdir ($dir) || die "chdir($dir) failed: $!"; chomp (my $pwd = `pwd`); - print "ctan2tds.pl: chdir $dir (now $pwd)\n"; + print "chdir $dir (now $pwd)\n"; } @@ -1044,8 +1045,8 @@ sub MAKEcopy { } # remove top-level README (shouldn't overwrite texmf-dist/README), - # needed for vntex, pgf, probably others. - -f "$dest/README" && unlink ("$dest/README"); + # needed for vntex, pgf, others. + -f "$dest/README" && &SYSTEM ("rm -f $dest/README"); # Ditto CHANGELOG for stellenbosch. -f "$dest/CHANGELOG" @@ -1398,7 +1399,7 @@ sub SYSTEM { sub MAKEflatten { &setup; - chdir("$DEST/doc/$whichdocformat/$package"); + &xchdir ("$DEST/doc/$whichdocformat/$package"); print "\t SPECIAL flatten $package\n"; # so far we've only seen README's at one level. diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check index 9fdad8b81ca..5e70666bc3f 100755 --- a/Build/tools/tpm-ctan-check +++ b/Build/tools/tpm-ctan-check @@ -64,7 +64,7 @@ sub main lshort-slovak lshort-spanish lshort-thai lshort-ukrainian lshort-vietnamese ltabptch ltxmisc - makecell makeplot mathdots mathmode mcaption mdwtools + makecell makeplot marginnote mathdots mathmode mcaption mdwtools memoir mentis metauml mfpic mhchem minipage-marginpar minitoc microtype minitoc mla-paper moderncv movie15 munich muthesis -- cgit v1.2.3