diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-08 22:34:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-08 22:34:37 +0000 |
commit | 49d90eec9ec634a14085fbb3a0605da7fc002e20 (patch) | |
tree | 30ccdd5a7cc90f1472d613dcc708eb6c1302cd3a /Master/texmf-dist/scripts | |
parent | fec3a5740e195359a7666cf8d39eace242c8f939 (diff) |
pmx(2pdf.lua is back) (8may16)
git-svn-id: svn://tug.org/texlive/trunk@40960 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/pmx/pmx2pdf.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/pmx/pmx2pdf.lua b/Master/texmf-dist/scripts/pmx/pmx2pdf.lua new file mode 100755 index 00000000000..41cff58cc7f --- /dev/null +++ b/Master/texmf-dist/scripts/pmx/pmx2pdf.lua @@ -0,0 +1,5 @@ +#!/usr/bin/env texlua + +print ("The pmx2pdf[.lua] script has been retired; please switch") +print ("to the musixtex script, which now processes .pmx files.") + |