diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-23 00:54:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-23 00:54:41 +0000 |
commit | 3c35c6d86e462488ebf36a0740baafdaa5bc8e36 (patch) | |
tree | bfb71d9d10fb33b3de9df572d9a5fb73cd5b2756 /Master/tlpkg/libexec | |
parent | f1f526bab825b8ba866d9751f50373df25072817 (diff) |
biber 0.9.8 (22dec11)
git-svn-id: svn://tug.org/texlive/trunk@24914 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 959aa87af48..f5e210e26e8 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2134,7 +2134,6 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' %moreclean = ( 'AkkTeX' => 'still to do, sorry', 'bbcard' => 'bbcard.tpm', # old TL infra - 'biber' => 'unifont.ttf|.*map.html', # not required 'chessboard' => 'chessboard.pdf', # no source 'chessfss' => 'chessfonts_gallery.pdf|chessfss.pdf', # no source 'dcpic' => '.*\.pdf', # no source @@ -4372,7 +4371,7 @@ sub POSTbiber { &SYSTEM ("$RM -rf biber"); # move doc pdf. - &SYSTEM ("$MV biber.pdf *.html $DOCDIR/"); + &SYSTEM ("$MV biber.pdf $DOCDIR/"); # biber uses different platform names. my %tl_platform = ( |