diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 306c3fb0981..48c8eab5f7a 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -149,6 +149,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'bgteubner', "&MAKEflatten", 'bib2ml', "die 'skipping, no self-locate?, etc.'", 'bib2xhtml', "die 'skipping, requires PDF::API2'", + 'biber', "&MAKEflatten", 'bibextract', "die 'skipping, hardwires nawk cmd name'", 'biblatex-chicago', "&MAKEflatten", 'biblatex-contrib', "die 'skipping, use subdir'", @@ -2156,7 +2157,6 @@ $standardsfd=NULL; # subfont definition, not fontforge! $standardttf = '\.ttf'; %specialttf = ( - 'biber' => 'NULL', # not unifont.ttf ); # packages which have xmltex files @@ -4642,9 +4642,6 @@ sub POSTbiber { # we've started with everything under source/. &xchdir ("$DEST/source/bibtex/biber"); - # clean spurious biber/ copy and nonfree font. - &SYSTEM ("$RM unifont.ttf"); - # move doc pdf. &SYSTEM ("$MV biber.pdf $DOCDIR/"); |