diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-30 22:20:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-30 22:20:08 +0000 |
commit | e56ea91e60f52395e75f41aee08d068efacfb6a2 (patch) | |
tree | 7d617453456239ad134347230e40501f0bb5ed32 /Build/source/texk | |
parent | aecb4861627eb68b1ac2a1adf774d217f233a80c (diff) |
metatex was an experiment, remove per taco
git-svn-id: svn://tug.org/texlive/trunk@18625 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/texlive/context/Makefile.am | 1 | ||||
-rw-r--r-- | Build/source/texk/texlive/context/Makefile.in | 1 | ||||
-rwxr-xr-x | Build/source/texk/texlive/context/metatex | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/Build/source/texk/texlive/context/Makefile.am b/Build/source/texk/texlive/context/Makefile.am index 2f8269b47a1..f252aae9669 100644 --- a/Build/source/texk/texlive/context/Makefile.am +++ b/Build/source/texk/texlive/context/Makefile.am @@ -13,7 +13,6 @@ bin_SCRIPTS = \ context \ ctxtools \ luatools \ - metatex \ mtxrun \ pstopdf \ rlxtools \ diff --git a/Build/source/texk/texlive/context/Makefile.in b/Build/source/texk/texlive/context/Makefile.in index 086771aa21b..f3a6d7611f2 100644 --- a/Build/source/texk/texlive/context/Makefile.in +++ b/Build/source/texk/texlive/context/Makefile.in @@ -157,7 +157,6 @@ bin_SCRIPTS = \ context \ ctxtools \ luatools \ - metatex \ mtxrun \ pstopdf \ rlxtools \ diff --git a/Build/source/texk/texlive/context/metatex b/Build/source/texk/texlive/context/metatex deleted file mode 100755 index f0c6b65d42f..00000000000 --- a/Build/source/texk/texlive/context/metatex +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -mtxrun --script metatex "$@" |