summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-05-22 23:58:24 +0000
committerKarl Berry <karl@freefriends.org>2013-05-22 23:58:24 +0000
commitf2724d7a2a6e09427794ce270a32ac4172fbfdaa (patch)
tree8fb6c7e044eaaebc1d81d7f7c42878ef724f2c45 /Master/tlpkg/libexec
parent994bec6a3e6bc649f0b14e859a75fad363c2be63 (diff)
amscls from original ams -- updated pdfs only
git-svn-id: svn://tug.org/texlive/trunk@30644 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 8ca65680cdc..8350e785987 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -4727,8 +4727,10 @@ sub PREHOOK_wsuipa {
sub POSTamscls {
- print "POST$package - bibtex/bst/amscls\n";
+ print "POST$package - bst/amscls, rm dup sources, restore amsbooka\n";
&SYSTEM ("$MV $DEST/bibtex/bst/ams $DEST/bibtex/bst/amscls");
+ &SYSTEM ("$CP $ENV{HOME}/misc/tex/amsbooka.sty $DEST/tex/latex/amscls/");
+ &SYSTEM ("cd $DEST/source/latex/amscls && $RM *.bst *.template diffs-c.txt");
}
sub POSTamstex {