diff options
author | Karl Berry <karl@freefriends.org> | 2011-11-14 23:54:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-11-14 23:54:41 +0000 |
commit | 389fcf38bf3f3a413329dc89f7381a1b53d25561 (patch) | |
tree | fb09f946b422262a4c732dd49df7e0f79063d418 /Master/tlpkg | |
parent | 7e8d5077cc44657bb237d8e86fc50a9d84d7336c (diff) |
biber 0.9.7 (14nov11)
git-svn-id: svn://tug.org/texlive/trunk@24595 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 30d31f96267..9ee447ee11f 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1990,8 +1990,7 @@ $standardpfm='\.pfm'; $standardsfd=NULL; # subfont definition, not fontforge! %specialsfd = (); # only dnp, ttf2pk -$standardttf='\.ttf'; -%specialttf = (); +$standardttf = '\.ttf'; # packages which have xmltex files $standardxmt='\.xmt'; @@ -2119,6 +2118,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' %moreclean = ( 'AkkTeX' => 'still to do, sorry', 'bbcard' => 'bbcard.tpm', # old TL infra + 'biber' => 'Cyberbit.ttf', # nonfree 'chessboard' => 'chessboard.pdf', # no source 'chessfss' => 'chessfonts_gallery.pdf|chessfss.pdf', # no source 'dcpic' => '.*\.pdf', # no source @@ -4358,11 +4358,11 @@ sub POSTbiber { # we've started with everything under source/. &xchdir ("$DEST/source/bibtex/biber"); - # clean spurious biber/ copy. + # clean spurious biber/ copy and nonfree font. &SYSTEM ("$RM -rf biber"); # move doc pdf. - &SYSTEM ("$MV biber.pdf $DOCDIR/"); + &SYSTEM ("$MV biber.pdf *.html $DOCDIR/"); # biber uses different platform names. my %tl_platform = ( |