summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-24 22:19:50 +0000
committerKarl Berry <karl@freefriends.org>2019-01-24 22:19:50 +0000
commit9550d7bc686e227f217834207ef8f6b42b44bb02 (patch)
tree835ef67c41f25943de04d171a39b625c64955b65 /Master/tlpkg
parent28ce99e6ad7fc066bae92899fa880557fb85b35a (diff)
amstex (24jan19)
git-svn-id: svn://tug.org/texlive/trunk@49810 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo2
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
2 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index cf964bd306b..28645e5441e 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -70,7 +70,7 @@ sub ctaninfo {
# erroneous or problematic tds files (when new, tell CTAN and author)
$erroneous_tds = join ("|",
- qw(alertmessage countriesofeurope dad ebproof engpron gost
+ qw(alertmessage amstex countriesofeurope dad ebproof engpron gost
hacm imtekda mathdesign tufte-latex xassoccnt),
);
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 995bc6ee4f4..9e4a441355a 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -5591,7 +5591,7 @@ sub POSTamsrefs {
sub POSTamstex {
print "POST$package - cleanup, base subdir\n";
- die "not done -- doc format, man page, goodbye"; # but pretty close
+ #die "not done -- doc format, man page, goodbye"; # but pretty close
#
&SYSTEM ("$RM amssym.tex amssym.def"); # in amsfonts
#
@@ -5603,6 +5603,7 @@ sub POSTamstex {
for my $dir ("doc", "tex") {
&SYSTEM ("$MV $dir/$package/$package $dir/$package/base");
}
+ &preserve_man_pages ($package);
}
sub POSTapalike {