diff options
author | Hans Hagen <pragma@wxs.nl> | 2013-01-02 18:19:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2013-01-02 18:19:00 +0100 |
commit | d7ea519b2d5db806f51bd9b3a93e97930d7539f5 (patch) | |
tree | 2e62c52367e4d031145c5739bd5917e6bedd38ce /scripts | |
parent | 0b773dc1a75bfeab65367bc07de0ad574fd97b90 (diff) | |
download | context-d7ea519b2d5db806f51bd9b3a93e97930d7539f5.tar.gz |
beta 2013.01.02 18:19
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtx-update.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/context/lua/mtx-update.lua b/scripts/context/lua/mtx-update.lua index f77227333..59acf8648 100644 --- a/scripts/context/lua/mtx-update.lua +++ b/scripts/context/lua/mtx-update.lua @@ -19,7 +19,7 @@ local helpinfo = [[ --context=string specify version (current, latest, beta, yyyy.mm.dd) --rsync=string rsync binary (rsync) --texroot=string installation directory (not guessed for the moment) ---engine=string tex engine (luatex, luajitex, pdftex, xetex) +--engine=string tex engine (luatex, pdftex, xetex) --modules=string extra modules (can be list or 'all') --fonts=string additional fonts (can be list or 'all') --goodies=string extra binaries (like scite and texworks) @@ -132,8 +132,6 @@ scripts.update.engines = { }, } -scripts.update.engines.luajittex = scripts.update.engines.luatex - scripts.update.goodies = { ["scite"] = { { "bin/<platform>/scite/", "texmf-<platform>" }, |