diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-13 21:41:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-13 21:41:59 +0000 |
commit | 3f39823bd74416cdd062d08aa920104205ec8e8f (patch) | |
tree | 6eb9b5bdec42bd8d061d2e29f31c6505665801f9 /Master/tlpkg/libexec | |
parent | 267f7ec07055a2150e0e3e80c0861d3ec250e568 (diff) |
askinclude (13apr20)
git-svn-id: svn://tug.org/texlive/trunk@54725 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 891b435300e..9032cbd24aa 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2712,6 +2712,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'apa7' => 'etex', 'archaeologie' => 'pdftex', # else doc is generated 'asciilist' => 'latex', # requires interaction + 'askinclude' => 'tex', # else doc is generated 'babel' => 'etex', 'babel-belarusian' => 'tex -8bit', # do not make doc, no ^^ 'babel-greek' => 'latex', # requires interaction @@ -3321,6 +3322,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'accfonts' => $standardclean . '|dvips.enc', # dup enc 'acmconf' => $standardclean . '|flushend.sty', # dup with sttools 'apalike' => "apalike2.bst", # does not belong + 'askinclude' => $standardclean . '|askinclude\.(drv|ins)', # made from dtx 'axodraw2' => 'axohelp.exe', # done with binaries 'bardiag' => "example/.*(aux|log)", # junk on CTAN 'bibleref' => $standardclean . '|sample.tex|sample-.*', # derived uploaded |