diff options
author | Karl Berry <karl@freefriends.org> | 2018-03-05 00:11:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-03-05 00:11:40 +0000 |
commit | 59abde7e29d1614f939a5427226adbe23762facc (patch) | |
tree | 68924b00f1e8332fd33be4030e949964c02547a8 /Master/texmf-dist/scripts | |
parent | 5ada0b5e84f084d5fb7ba92a408d9fa7178996da (diff) |
pmx resync for tl18
git-svn-id: svn://tug.org/texlive/trunk@46823 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.") + |