diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-29 22:41:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-29 22:41:06 +0000 |
commit | 82b6954af6daf910e32d5fd1f3109f019d71661a (patch) | |
tree | 82497e85852b795038468fe50d46ff0c6c6eff8a /Master/tlpkg | |
parent | 5d770d459844c986a0647f13e2167e9e06a14909 (diff) |
modes.mf now handled as a normal package
git-svn-id: svn://tug.org/texlive/trunk@53599 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-auto | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto index bf2722811af..b6f66f6b764 100755 --- a/Master/tlpkg/bin/tl-update-auto +++ b/Master/tlpkg/bin/tl-update-auto @@ -52,21 +52,6 @@ add_list= #fi # !config_scripts_only -# modes.mf from elsewhere on tug.org. -# -if $config_scripts_only; then :; else -modesmaster=/home/ftp/tex/modes.mf -modesslave=texmf-dist/metafont/misc/modes.mf -# -if $diff $modesslave $modesmaster >$temp.modes.diff; then - $verbose " $modesslave ok." -else - $chicken $cp $modesmaster $modesslave - update_list="$update_list $modesslave" -fi -fi # !config_scripts_only - - # texinfo.tex from elsewhere on tug.org. # if $config_scripts_only; then :; else |