diff options
author | Karl Berry <karl@freefriends.org> | 2012-12-20 00:30:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-12-20 00:30:59 +0000 |
commit | 71441df00e80ebb3470475a2317e5b324011624b (patch) | |
tree | a37fb136d233dec2919dd2119582762f3017059f /Master/tlpkg/libexec | |
parent | 85a0b806cd76517912b1f46e45876f930920134e (diff) |
conceps (19dec12)
git-svn-id: svn://tug.org/texlive/trunk@28579 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 24b62181b6d..3bd84a248a1 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -4971,10 +4971,10 @@ sub POSTcstex { } &SYSTEM ("$MV doc/README README-doc"); &SYSTEM ("$MV doc/cstexman.tex ."); - &SYSTEM ("$MV doc/jemny.* doc/parpozn.* doc/prvni.* ."); - &SYSTEM ("$RM -rf *.ps *.zip"); - &SYSTEM ("$RM -rf README base doc"); + &SYSTEM ("$MV doc/jemny.* doc/prvni.* ."); + &SYSTEM ("$RM -rf README *.zip base/ doc/"); &SYSTEM ("$MV * $DEST/doc/cstex/"); # move all to same dir + &SYSTEM ("$RM $DEST/doc/cstex/*.ps $DEST/doc/cstex/*.dvi"); } sub POSTctex { |