summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/context/ruby/mpstools.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/context/ruby/mpstools.rb')
-rw-r--r--Master/texmf-dist/scripts/context/ruby/mpstools.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/Master/texmf-dist/scripts/context/ruby/mpstools.rb b/Master/texmf-dist/scripts/context/ruby/mpstools.rb
deleted file mode 100644
index 534bfb95bcf..00000000000
--- a/Master/texmf-dist/scripts/context/ruby/mpstools.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-# todo
-#
-# this script will replace mptopdf and makempy
-
-puts("This program is yet unfinished, for the moment it just calls 'mptopdf'.\n\n")
-
-system("texmfstart mptopdf #{ARGV.join(' ')}")