summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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 {