summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 08add4a1d26..6a5ab062418 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -933,6 +933,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$';
'subfig', '\.sty|[^c]\.cfg', # omit ltxdoc.cfg, would be system-wide
'subfigure', '\.sty|[^c]\.cfg', # omit ltxdoc.cfg, would be system-wide
'syntax', 'syntax\.tex',
+ 'tabls', '^[^m].*\.sty', # not miscdoc.sty
'tabto-generic','tabto.tex',
'taylor', 'diagrams.tex',
'tex-ewd', 'dotnot.tex',
@@ -945,7 +946,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$';
'translator', '\.dict|translator-language-mappings.tex|' . $standardtex,
'tugboat-plain','\.cmn|' . $standardtex,
'universa', '\.fd|uni\.sty', # not unidoc.sty
- 'url', 'url\.sty', # not miscdoc.sty
+ 'url', '^[^m].*\.sty', # not miscdoc.sty
'variations', '^variations\.tex|' . $standardtex, # not docvariations.tex
'varisize', '\.tex',
'vaucanson-g', '\.(def|tex)|' . $standardtex,