diff options
author | Karl Berry <karl@freefriends.org> | 2023-09-01 22:26:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-09-01 22:26:24 +0000 |
commit | 929fc09e57bb7154cdb6c08a7a0499223e696a33 (patch) | |
tree | da9a587a6bf52999829210e3924f24d7bc55e20b /Master/tlpkg/libexec/ctan2tds | |
parent | ebea6d65fdf76750d83a59ad9fe017affa01597d (diff) |
iwonamath (1sep23)
git-svn-id: svn://tug.org/texlive/trunk@68144 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 8557c77ac35..947ef9e2db7 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -3005,6 +3005,7 @@ $standardsource = '(\.(bat|c|drv|[dem]tx|fea|fdd|ins|mk|sfd)' 'impatient-fr', 'NULL', # doc package 'install-latex-guide-zh-cn','NULL', # doc package 'intro-scientific', 'NULL', # doc package + 'iwonamath', '\.sh|' . $standardsource, 'js-misc', 'NULL', # no gain in splitting up 'kpfonts', '\.zip', 'latex-doc-ptr', 'NULL', # doc package @@ -3891,6 +3892,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'gentle' => 'gentle.ps.gz', # pdf is enough 'hycolor' => 'hycolor\.(drv|ins|log)', 'ibycus-babel' => $standardclean . '|ibyhyph.tex', # in hyphen-ancientgreek + 'iwonamath' => $standardclean . '|.*FAMILY.*.fd', # intermediate files 'jadetex' => $standardclean # these sty files are in passivetex . '|(dummyels|mlnames|ucharacters|unicode)\.sty', 'lshort-russian'=>'lshortbk.zip', # sources are enough |