summaryrefslogtreecommitdiff
path: root/scripts/context/ruby/ctxtools.rb
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-01-31 00:33:48 +0200
committerMarius <mariausol@gmail.com>2011-01-31 00:33:48 +0200
commit4d9822eafe9e74e63e1f970e3cdf29d0f3b2cdd5 (patch)
treea72fd07f9b6e63b0707acf0febaaa4fdc70f6a29 /scripts/context/ruby/ctxtools.rb
parent92a06ce8d76164f206e5580404cc0d4bd8b4e5c6 (diff)
downloadcontext-4d9822eafe9e74e63e1f970e3cdf29d0f3b2cdd5.tar.gz
beta 2011.01.26 09:01
Diffstat (limited to 'scripts/context/ruby/ctxtools.rb')
-rw-r--r--scripts/context/ruby/ctxtools.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/context/ruby/ctxtools.rb b/scripts/context/ruby/ctxtools.rb
index 9407be79c..339f3d490 100644
--- a/scripts/context/ruby/ctxtools.rb
+++ b/scripts/context/ruby/ctxtools.rb
@@ -1853,8 +1853,6 @@ class Commands
ok = data.add_shebang(filename,'perl')
when /\.py$/ then
ok = data.add_shebang(filename,'python')
- when /\.lua$/ then
- ok = data.add_shebang(filename,'lua')
when /\.tex$/ then
ok = data.add_directive(filename,'tex')
when /\.mp$/ then
@@ -2697,11 +2695,7 @@ class Commands
def remakeformats
system("mktexlsr")
- system("luatools --selfupdate")
- system("mtxrun --selfupdate")
- system("luatools --generate")
system("texmfstart texexec --make --all --fast --pdftex")
- system("texmfstart texexec --make --all --fast --luatex")
system("texmfstart texexec --make --all --fast --xetex")
return true
end