summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-05-10 09:22:10 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-05-10 09:22:10 +0000
commit60d7c914b055296ead676d47b366bc4a5ca97b4b (patch)
tree6af821b80bd95474edb45d5433866d8edc3938b2
parente305bacf7942f17f6ab75aaa769d205462cd4015 (diff)
security for ams
git-svn-id: svn://tug.org/texlive/trunk@8009 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index ae9349a8742..d1e346f6398 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -55,6 +55,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'algorithmicx',"&MAKEnosymlinks",
'allrunes', "&MAKEflatten",
'alphabib', "die 'skipping, shell script, and no doc source?'",
+ 'ams', "die 'skipping, update manually to preserve ams fonts'",
'amsldoc-vn', "&MAKEflatten",
'antomega', "&MAKEflatten",
'antt', "&MAKEcopy",
@@ -3439,3 +3440,5 @@ sub readconfig
}
return $result;
}
+
+# vim: set tabstop=8 shiftwidth=2 expandtab: