summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo7
2 files changed, 6 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 9fcfb7dd8fc..5304612939d 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -190,7 +190,7 @@ my @TLP_working = qw(
hands hanging hanoi har2nat hardwrap harmony harpoon
harvard harvmac hatching
hc he-she hep hepnames
- hepparticles hepthesis hepunits here hexgame
+ hepparticles hepthesis hepunits here hexgame hfoldsty
hhtensor histogr historische-zeitschrift hitec hletter
hpsdiss hrefhide hrlatex hvfloat hvindex
hypdvips hyper hypernat hyperref hyperxmp hyph-utf8 hyphen-base
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index ce4a27cc098..3544f67bd7e 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -285,12 +285,15 @@ sub prepare {
} elsif ($pkg eq "amsfonts") {
$tds_path = "$CTAN/fonts/amsfonts/amsfonts.zip";
- } elsif ($pkg eq "libertine-legacy") {
- $tds_path = "$CTAN/fonts/libertine-legacy/libertine-legacy-texmf.zip";
+ } elsif ($pkg eq "hfoldsty") {
+ $tds_path = glob ("$CTAN/fonts/hfoldsty/hfoldsty-v*.zip");
} elsif ($pkg eq "koma-script") {
$tds_path = "$CTAN/macros/latex/contrib/koma-script/komascript.tds.zip";
+ } elsif ($pkg eq "libertine-legacy") {
+ $tds_path = "$CTAN/fonts/libertine-legacy/libertine-legacy-texmf.zip";
+
# ...and except for files in latex-tds...
} elsif ($pkg =~ /^($latex_tds_pkgs)$/) {
if ($pkg =~ /^($amslatex_tds_pkgs)$/) {