summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-08-03 00:12:07 +0000
committerKarl Berry <karl@freefriends.org>2012-08-03 00:12:07 +0000
commit5f46fd638f10294ee1db2535603713f85b373080 (patch)
tree20e68053bf2c3064950940d4f1a931afb973713b /Master/tlpkg
parentc0cab386cfe4946539fc0b3a271caf6c7b2e1f6c (diff)
biblatex (1aug12)
git-svn-id: svn://tug.org/texlive/trunk@27290 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds5
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/");