summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-08-05 21:42:44 +0000
committerKarl Berry <karl@freefriends.org>2015-08-05 21:42:44 +0000
commit1f6a803a817d6542b627094ccef8b9147323cc62 (patch)
tree4e0db095f7e4ab44de4857c80d523336c08aaf06 /Master/tlpkg
parenta0e35f26a9ff6ba764f66134ec06f7745c9e30e6 (diff)
alertmessage example.{tex,pdf} not in runtime
git-svn-id: svn://tug.org/texlive/trunk@38052 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo2
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds1
2 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index 4464487c645..20b181d0bb7 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -72,7 +72,7 @@ sub ctaninfo {
# erroneous or problematic tds files (when new, tell CTAN and author)
$erroneous_tds = join ("|",
- qw(countriesofeurope dad ebproof engpron gost hacm imtekda
+ qw(alertmessage countriesofeurope dad ebproof engpron gost hacm imtekda
mathdesign tufte-latex),
);
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index ccad4f5416f..958f0d76039 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1399,6 +1399,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|fontspec|cmap|4ht)$';
'abstyles', 'apreambl.tex', # not a4c.sty
'aobs-tikz', 'tikz.*tex',
'ae', '\.fd$|\.sty',
+ 'alertmessage','img|' . $standardtex,
'amstex', '\.st[iy]|ams(ppt1|tex).tex|amstex.bug',
'apa', '\.apa|\.cls', # not endfloat.cfg
'apa6', 'config|' . $standardtex,