summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-03-05 00:55:00 +0000
committerKarl Berry <karl@freefriends.org>2012-03-05 00:55:00 +0000
commit1480574d9087a43f46a3013758228cf555693b6e (patch)
tree06f8899fd2687e41ac6b417709959d5d75d3679f /Master/tlpkg
parent4f735f9c7efbb40316858ad2efed993d860c7461 (diff)
mdframed 1.4 (4mar12)
git-svn-id: svn://tug.org/texlive/trunk@25560 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 b6ccd08fa69..2b199055583 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -17,7 +17,7 @@ sub main {
# erroneous or problematic tds files (when new, tell RobinF and author)
$erroneous_tds = join ("|",
- qw(engpron gost he-she imtekda spanish titleps),
+ qw(engpron gost he-she imtekda mdframed spanish titleps),
);
# Heiko's tds files (don't propagate through CTAN fast enough).
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 5518e981e61..958804485cc 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1673,7 +1673,7 @@ $standarddocfmt='latex';
$standardsourcefmt='latex';
-$standardsource='\.(c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh';
+$standardsource='\.(bat|c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh';
%specialsource= (
'FAQ-en', 'NULL',
'ae', '\.mtx|\.etx|\.tex|clean|go|install|makepl',
@@ -1717,6 +1717,7 @@ $standardsource='\.(c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh';
'latex2man', 'NULL', # leave Makefile
'latexdiff', 'NULL', # leave Makefile
'lua-alt-getopt', 'NULL',
+ 'mdframed', 'Makefile|' . $standardsource,
'mff', '\.mfj|\.bat|\.diz',
'microtype-de', 'NULL', # doc package
'mkjobtexmf', 'Makefile.in|' . $standardsource,