diff options
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 49240f5eaab..f6505d11b3a 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -409,7 +409,9 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'realcalc', "die 'skipping, nosell license'", 'references', "die 'skipping, requires binary'", 'refstyle', "&MAKEcopy", + 'revnum', "die 'skipping, obsolete'", 'revtex', "&MAKEflatten", + 'rsfs', "&MAKEflatten", 'sae', "die 'skipping, nosell license'", 'seminar', "&MAKEseminar", 'shipunov', "&MAKEcopy", @@ -700,6 +702,7 @@ $standardsourcefmt='latex'; 'plnfss', 'plain', 'pstricks', 'generic', 'pst-cox', 'generic', + 'rsfs', 'plain', 'ruhyphen', 'generic', 'shapepar', 'generic', 'texsis', 'texsis', @@ -833,6 +836,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'resumemac', 'resumemac.tex', 'revtex', '\.sty|\.cls|\.rtx', 'rlepsf', 'rlepsf.tex', + 'rsfs', 'scrload\.tex|' . $standardtex, 'seminar', '\.bug|\.bg2|\.cls|\.sty|2up.tex', 'shapepar', '\.sty', # not def 'showexpl', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$', # not cfg @@ -975,6 +979,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'psfrag-italian', 'italian', 'pst-cox', 'generic', 'pxfonts', 'fonts', + 'rsfs', 'fonts', 'shapepar', 'generic', 'skak', 'latex', 'splines', 'metapost', |