diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-03 18:16:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-03 18:16:29 +0000 |
commit | fa08289d204e8dde53c5b71063e2e2b610490aac (patch) | |
tree | 2992d2656991cc1ca0d975ed9fc6accd9532a847 /Master/tlpkg | |
parent | 2ad4fa86a0cbc3b72484cbb2db1e95859e77268b (diff) |
csplain
git-svn-id: svn://tug.org/texlive/trunk@34820 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index f6a1add64bf..5d2dc95c3a2 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -5319,6 +5319,7 @@ sub POST_cstexpkgs { # used for csplain and cslatex $untar .= " --exclude=texmf/tex/generic/enctex"; # must do by hand &SYSTEM ($untar); &SYSTEM ("$RM $tarfile"); + &SYSTEM ("$RM $DEST/tex/csplain/fonts/texput.log"); } sub POSTdehyph_exptl { |