diff options
author | Karl Berry <karl@freefriends.org> | 2020-12-07 22:10:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-12-07 22:10:16 +0000 |
commit | fedba8d2d9a4893d4342e83c7fcce864364ea5c8 (patch) | |
tree | bfb076fe2c98687442d7d3635de4b5f845d819d5 /Master/tlpkg/libexec | |
parent | 64e75915646d2f3522cc81a7142eac31ab5372d4 (diff) |
albatross (7dec20)
git-svn-id: svn://tug.org/texlive/trunk@57089 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 71bbcebd951..0091f8bbd78 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -89,6 +89,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'aecc', "die 'skipping, obsolete on CTAN'", 'akktex', "&MAKEflatten", 'alatex', "die 'skipping, 1995 LaTeX generalization'", + 'albatross', "&MAKEflatten", 'algolrevived',"&MAKEflatten", 'algorithm2e', "&MAKEflatten", 'algorithmicx',"&MAKEnosymlinks", @@ -3218,6 +3219,7 @@ $standardttf = '\.ttf|\.TTC'; # scripts to install under texmf*/.../scripts, but not bindir. %specialscripts_nobin = ( + 'albatross' => '\.jar$', 'bib2gls' => '\.jar$', 'changes' => '\.py$', 'cloze' => '\.lua$', @@ -3255,6 +3257,7 @@ $standardttf = '\.ttf|\.TTC'; 'a2ping' => '\.pl$', 'accfonts' => 'mkt1font|vpl2', 'adhocfilelist' => 'adhocfilelist\.sh$', + 'albatross' => '\.sh$', 'arara' => 'arara\.sh$', 'attachfile2' => 'pdfatfi\.pl$', 'authorindex' => 'authorindex$', |