diff options
author | Karl Berry <karl@freefriends.org> | 2025-01-07 23:42:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2025-01-07 23:42:26 +0000 |
commit | 143895c8ac026e68554b76f13154a4113c8974f3 (patch) | |
tree | e05f5d49422f2e5cca73d705fe35cb32fb23132c | |
parent | eda91995feeceda923b0888e3987010c6dbc81b0 (diff) |
libertinus-type1 (8jan25)
git-svn-id: svn://tug.org/texlive/trunk@73357 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index e01ee1fecbe..bb9dedb9947 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1816,6 +1816,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'latexindent' => '&POSTlatexindent', 'lettrine' => '&POST_onelevel', 'lhcyr' => '&POSTlhcyr', + 'libertinus-type1' => '&POSTlibertinus_type1', 'light-latex-make' => '&tl_man_to_pdf', 'lilyglyphs' => '&POSTlilyglyphs', 'listbib' => '&POSTlistbib', @@ -7545,6 +7546,11 @@ sub POSTlhcyr { } } +sub POSTlibertinus_type1 { + print "POST$package - clean spurious empty .sty\n"; + &SYSTEM ("$RM $DEST/tex/latex/libertinus-type1.sty"); +} + sub POSTlilyglyphs { print "POST$package - move directories around\n"; &rename_with_mkdir ("fonts", "$DEST/fonts/opentype/public/$package"); |