diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-03 22:44:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-03 22:44:16 +0000 |
commit | 91657def4de77bdba974dff0de99882f8e349120 (patch) | |
tree | 6cc8c768ee30e3ffcdeea8bdd49250a299923591 /Master/tlpkg | |
parent | dddd7485ffb2ffd0fd906fce49bb136d9bcc747f (diff) |
interpreter.lua under tex/luatex per author preference
git-svn-id: svn://tug.org/texlive/trunk@23399 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 3 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 74e13d761a5..93c6452723c 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -150,7 +150,8 @@ my @TLP_working = qw( findhyph fink finstrut first-latex-doc fix2col fixfoot fixlatvian fixme fixpdfmag fjodor - flabels flacards flagderiv flashcards flashmovie flippdf float floatrow + flabels flacards flagderiv flashcards flashmovie flippdf + float floatflt floatrow flowfram fltpage fltpoint fmp fmtcount fn2end fnbreak fncychap fncylab fnpara fntproof diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index f20860fffc7..408a02ee031 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -336,7 +336,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'findhyph', "&MAKEflatten", 'firststeps', "die 'skipping, noinfo license, 1999 book examples'", 'fldigigal', "die 'skipping, per author request'", - 'floatflt', "die 'skipping, nosell license'", 'fnlineno', "die 'skipping, use lineno'", 'foiltex', "die 'skipping, nosell license'", # 'flowfram', "&MAKEflatten", @@ -1126,7 +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, + 'interpreter', 'interpreter.(tex|lua)|' . $standardtex, 'iso10303', 'a.*tex|b.*tex|e.*tex|stp.*tex|\.sty|\.4ht', 'isodate', '\.idf|\.sty', 'isodoc', 'isodoc.cls', # not mystyle.sty, isontg.sty, etc. @@ -1931,7 +1930,6 @@ $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$', |