diff options
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 49f483ae780..625a9226770 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -767,6 +767,7 @@ $standardfmt='latex'; 'edmac', 'generic', 'elhyphen', 'generic', 'elsevier-bib','bibtex', + 'elvish', 'fonts', 'encxvlna', 'generic', 'eplain', 'eplain', 'epsf', 'generic', @@ -1325,6 +1326,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'acmconf' => "$standardclean|flushend.sty", # dup with sttools 'chemscheme' => "$standardclean|jawltxdoc.sty", # temp file for doc 'chemstyle' => "$standardclean|jawltxdoc.sty", # temp file for doc + 'elvish' => '\.pk3', # no pk files 'gentle' => 'gentle.ps.gz', # pdf is enough 'hyph-utf8' => 'README', 'latex2e-help-texinfo' => '\.info', # must move .info by hand, sigh |