diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 08223fa6113..9014768dc96 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1334,7 +1334,6 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'taupin', "die 'skipping, noinfo license'", 'taylor', "die 'skipping, nonfree'", 'tclldoc', "die 'skipping, use tcldoc'", - 'tds', "die 'skipping, do by hand from http://tug.org/tds'", 'technica', "die 'skipping, generic .sty names'", 'telugu', "die 'skipping, old language support, await request'", 'template', "die 'skipping, use xpackages'", @@ -1755,6 +1754,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'startex' => '&POST_otherformat', 'stex', => '&POSTstex', 'tap' => '&POSTtap', + 'tds' => '&POST_rmsymlink', # no README.html 'texdoc' => '&POSTtexdoc', 'texdraw' => '&POSTtexdraw', 'tex-ps' => '&POSTtex_ps', @@ -2341,6 +2341,7 @@ $standardtex 'tap', ,'tap.tex', 'tasks', '\.(sty|cfg)$', # not tasks-manual.cls 'taylor', 'diagrams.tex', + 'tds', 'NULL', # doc pkg 'termmenu', '\.tex', 'termsim', '\.sty', # not ctxdoc-en.cls 'testidx', 'testidx-glossaries.*\.(bib|tex)$|' . $standardtex, @@ -2672,6 +2673,7 @@ $standardtex 'systeme', 'generic', 'tamil-omega', 'omega', 'tap', 'generic', + 'tds', 'generic', 'tex-nutshell', 'plain', 'tex-refs', 'generic', 'tex-virtual-academy-pl', 'generic', @@ -2927,6 +2929,7 @@ $standardsource = '(\.(bat|c|drv|[dem]tx|fea|fdd|ins|mk|sfd)' 'selnolig', 'NULL', # not .fea 'shipunov', 'NULL', # .bat in scripts 'stex', 'NULL', # handled in post fn + 'tds', 'NULL', # doc pkg 'tex-vpat', 'NULL', 'texaccents', '\.inc', 'texdraw', 'NULL', @@ -3641,6 +3644,7 @@ $standardttf = '\.ttf|\.TTC'; 'latex2e-help-texinfo-fr' => '\.info', 'latex2e-help-texinfo-spanish' => '\.info', 'latex2man' => '\.info', + 'tds' => '\.info', ); # packages which have info files to build and then install. @@ -3753,6 +3757,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'sanskrit' => 'ps-type1|sktdoc.ps', # symlink, pdf in sanskrit-t1 'suftesi' => 'example/MaterialeInizialeFinale/.DS_Store', 'swfigure' => $standardclean . '|#README.txt#', + 'tds' => 'NULL', # preserve .dvi 'tlc2' => 'NULL', # doc package 'tufte-latex' => $standardclean . '|.tds.zip$', 'velthuis' => $standardclean . '|devnag.c', # already in source |