diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-08 22:43:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-08 22:43:12 +0000 |
commit | 43354cc71f70a0e237312e593234b6a4efab3eb2 (patch) | |
tree | 31bd25c2489ef07252b37fa230ab5af788bad588 /Build/source/texk | |
parent | 49d90eec9ec634a14085fbb3a0605da7fc002e20 (diff) |
m-tx(.lua is temp script for this release) (8may16)
git-svn-id: svn://tug.org/texlive/trunk@40961 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/texlive/linked_scripts/Makefile.am | 1 | ||||
-rw-r--r-- | Build/source/texk/texlive/linked_scripts/Makefile.in | 1 | ||||
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/m-tx/m-tx.lua | 5 |
3 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.am b/Build/source/texk/texlive/linked_scripts/Makefile.am index a06bec0323f..6d79c490a6a 100644 --- a/Build/source/texk/texlive/linked_scripts/Makefile.am +++ b/Build/source/texk/texlive/linked_scripts/Makefile.am @@ -136,6 +136,7 @@ texmf_other_scripts = \ lilyglyphs/lily-rebuild-pdfs.py \ ltximg/ltximg.pl \ luaotfload/luaotfload-tool.lua \ + m-tx/m-tx.lua \ makedtx/makedtx.pl \ make4ht/make4ht \ match_parens/match_parens \ diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.in b/Build/source/texk/texlive/linked_scripts/Makefile.in index 72ca66aab1d..009ea852b53 100644 --- a/Build/source/texk/texlive/linked_scripts/Makefile.in +++ b/Build/source/texk/texlive/linked_scripts/Makefile.in @@ -351,6 +351,7 @@ texmf_other_scripts = \ lilyglyphs/lily-rebuild-pdfs.py \ ltximg/ltximg.pl \ luaotfload/luaotfload-tool.lua \ + m-tx/m-tx.lua \ makedtx/makedtx.pl \ make4ht/make4ht \ match_parens/match_parens \ diff --git a/Build/source/texk/texlive/linked_scripts/m-tx/m-tx.lua b/Build/source/texk/texlive/linked_scripts/m-tx/m-tx.lua new file mode 100755 index 00000000000..0a62d8fc447 --- /dev/null +++ b/Build/source/texk/texlive/linked_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.") + |