summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds6
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 6059778d4ab..8750d49d47b 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1584,6 +1584,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'pictex' => '&PREHOOK_pictex',
'pkuthss' => '&PREHOOK_flatten1',
'plex-otf' => '&PREHOOK_flatten1',
+ 'pax' => '&PREHOOK_flatten1',
'pmx' => '&PREHOOK_pmx',
'prosper' => '&PREHOOK_prosper',
'skb' => '&PREHOOK_flatten1',
@@ -2880,6 +2881,7 @@ $standardsource = '(\.(bat|c|drv|[dem]tx|fea|fdd|ins|mk|sfd)'
'optexcount', '\.(py|sh)$|' . $standardsource,
'ot2cyr', '\.afm|\.etx|' . $standardsource,
'patch', '\.doc',
+ 'pax', 'build.xml|lib|license|src|' . $standardsource,
'pdfx', 'rvdtx\.sty|' . $standardsource,
'poetrytex', 'Makefile|' . $standardsource,
'pseudo', 'NULL', # keep together
@@ -3442,8 +3444,9 @@ $standardttf = '\.ttf|\.TTC';
'luasseq' => '\.lua$',
'lyluatex' => '\.lua$',
'make4ht' => '(extensions|filters|formats|\.lua)$',
- 'mycv' => 'mycv_split_contents\.pl',
+ 'mycv' => 'mycv_split_contents\.pl$',
'pgfmolbio' => '\.lua$',
+ 'pax' => 'pax.jar$',
'placeat' => '\.lua$',
'pst-pdf' => '\.bat(.w95)?$',
'puyotikz' => '\.py$',
@@ -3536,6 +3539,7 @@ $standardttf = '\.ttf|\.TTC';
'mkpic' => '^mkpic$',
'musixtex' => '\.lua$',
'optexcount' => 'optexcount$',
+ 'pax' => 'pdfannotextractor.pl$',
'pdfbook2' => 'pdfbook2$',
'pdfcrop' => '\.pl$', # doscripts() does r*
'pdfjam' => 'pdfjam$',