diff options
Diffstat (limited to 'Master/texmf-dist/scripts/m-tx/m-tx.lua')
-rwxr-xr-x | Master/texmf-dist/scripts/m-tx/m-tx.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/m-tx/m-tx.lua b/Master/texmf-dist/scripts/m-tx/m-tx.lua new file mode 100755 index 00000000000..0a62d8fc447 --- /dev/null +++ b/Master/texmf-dist/scripts/m-tx/m-tx.lua @@ -0,0 +1,5 @@ +#!/usr/bin/env texlua + +print ("The m-tx[.lua] script has been retired; please switch") +print ("to the musixtex script, which now processes .mtx files.") + |