diff options
Diffstat (limited to 'Master/texmf-dist/scripts/pmx/pmx2pdf.lua')
-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.") + |