diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-02 00:09:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-02 00:09:00 +0000 |
commit | 6189f60645741ffcb1b6e730325243882d7e5526 (patch) | |
tree | 62dfcc1190bd97244ece6865ae07c33d55d13e7f /Master/tlpkg/libexec | |
parent | 8cb09a6490220c7e2df1022ea66743b9afa234be (diff) |
new luatex package interpreter (9jul11)
git-svn-id: svn://tug.org/texlive/trunk@23308 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 14969de8d11..5c424f97902 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1125,6 +1125,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'ifmslide', '[^n]\.(eps|pdf|jpg)|' . $standardtex, # not ifmman.pdf 'insbox', 'insbox.tex', 'interactiveworkbook', 'NULL', # done in POSTinteractiveworkbook + 'interpreter', 'interpreter.tex|' . $standardtex, 'iso10303', 'a.*tex|b.*tex|e.*tex|stp.*tex|\.sty|\.4ht', 'isodate', '\.idf|\.sty', 'isodoc', 'isodoc.cls', # not mystyle.sty, isontg.sty, etc. @@ -1929,6 +1930,7 @@ $standardxmt='\.xmt'; # scripts to install under texmf*/.../scripts, but not bindir. %specialscripts_nobin = ( 'epspdf' => '(epspdf(|\.help|boot|tk)|\.rb|makegray\.pro)$', + 'interpreter' => '\.lua$', 'lua-alt-getopt' => '\.lua$', 'luaindex' => '\.lua$', 'lualatex-math' => '\.lua$', |