diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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 92fd27ae808..a88f5a2dcb7 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -935,6 +935,7 @@ $standarddest = "texmf-dist"; 'rsfs', 'plain', 'ruhyphen', 'generic', 'shapepar', 'generic', + 'systeme', 'generic', 'tabto-generic', 'generic', 'texsis', 'texsis', 'textmerg', 'generic', @@ -1138,6 +1139,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'subfig', '\.sty|[^c]\.cfg', # not ltxdoc.cfg, would be system-wide 'subfigure', '\.sty|[^c]\.cfg', # not ltxdoc.cfg, would be system-wide 'syntax', 'syntax\.tex', + 'systeme', '^systeme\.tex$|' . $standardtex, 'tabls', '^[^m].*\.sty', # not miscdoc.sty 'tabto-generic','tabto.tex', 'taylor', 'diagrams.tex', @@ -1349,6 +1351,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'skaknew', 'fonts', 'splines', 'metapost', 'staves', 'fonts', + 'systeme', 'generic', 'tamil-omega', 'omega', 'texcount', 'support', 'texdiff', 'support', |