diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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 = ( |