summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-12-20 00:30:59 +0000
committerKarl Berry <karl@freefriends.org>2012-12-20 00:30:59 +0000
commit71441df00e80ebb3470475a2317e5b324011624b (patch)
treea37fb136d233dec2919dd2119582762f3017059f /Master/tlpkg/libexec
parent85a0b806cd76517912b1f46e45876f930920134e (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-xMaster/tlpkg/libexec/ctan2tds6
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 {