diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 9 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/m-tx.tlpsrc | 1 |
2 files changed, 9 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 22b133648c7..cbff0b4f8af 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1268,7 +1268,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'lua-check-hyphen' => '&POST_rmsymlink', 'luaotfload' => '&POST_do_man', 'luatexja' => '&POSTluatexja', - 'm-tx' => '&POST_do_man', + 'm-tx' => '&POSTmtx', 'mathdesign' => '&POSTmathdesign', 'mflogo' => '&POST_rmsymlink', 'montex' => '&POSTmontex', @@ -2706,6 +2706,7 @@ $standardttf = '\.ttf|\.TTC'; 'ltximg' => 'ltximg\.pl$', 'lua2dox' => 'lua2dox_filter?$', 'luaotfload' => 'luaotfload-tool', + 'm-tx' => 'm-tx.lua', 'make4ht' => 'make4ht$', 'makedtx' => '^makedtx\.pl$', 'match_parens' => '^match_parens$', @@ -5901,6 +5902,12 @@ sub POSTmptopdf { &tl_man_to_pdf (); } +sub POSTmtx { + print "POST$package - man pages, preserve prepmx binary\n"; + &POST_do_man (); + &POST_preserve_bin ("prepmx"); +} + sub POSTmusixtex { print "POST$package - man pages\n"; &POST_do_man ("doc/generic/$package/scripts"); diff --git a/Master/tlpkg/tlpsrc/m-tx.tlpsrc b/Master/tlpkg/tlpsrc/m-tx.tlpsrc index 417fa08b9dc..229b7320735 100644 --- a/Master/tlpkg/tlpsrc/m-tx.tlpsrc +++ b/Master/tlpkg/tlpsrc/m-tx.tlpsrc @@ -1,2 +1,3 @@ binpattern f bin/${ARCH}/prepmx +binpattern f bin/${ARCH}/m-tx docpattern +f texmf-dist/doc/man/man1/prepmx.* |