summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-16 23:24:03 +0000
committerKarl Berry <karl@freefriends.org>2016-03-16 23:24:03 +0000
commita9987369125a138a236c5d31affb3ea7535be106 (patch)
tree9924aed95672832a3359a09c6bcfda8f59223fba /Master/tlpkg
parentd1e6851ad63caca1829a5a975071721c6b2b7c56 (diff)
mandi (16mar16)
git-svn-id: svn://tug.org/texlive/trunk@40050 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo3
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds5
2 files changed, 3 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index 808c0b8e5ad..2dca9760444 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -378,9 +378,6 @@ sub prepare {
# and do the rest in ctan2tds as usual.
$tds_path = "$CTAN/systems/enctex/enctex.tar.gz";
- } elsif ($pkg eq "fibeamer") {
- $tds_path = "$CTAN/install/macros/latex/contrib/$pkg.tds.zip";
-
} elsif ($pkg eq "hfoldsty") {
$tds_path = glob ("$CTAN/fonts/hfoldsty/hfoldsty-v*.zip");
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 568a2a09370..98e0a57dcfe 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -2341,7 +2341,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex";
'lmake' => 'latex', # requires interaction
'luaindex' => 'lualatex --shell-escape',
'luatexja' => 'lualatex',
- 'mandi' => 'pdflatex',# generates doc
+ 'mandi' => 'pdflatex-preserve-pdf',
'mcmthesis' => 'tex', # requires interaction
'mversion' => 'latex', # requires interaction
'minitoc' => 'latex', # requires interaction and 1000q instead of 10q
@@ -2806,8 +2806,9 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot'
. '|(dummyels|mlnames|ucharacters|unicode)\.sty',
'lshort-russian'=>'lshortbk.zip', # sources are enough
'lshort-spanish'=>'lshort-letter.pdf', # a4 is enough
+ 'mandi' => $standardclean . '|\.(lol|tcbtemp|tdo)$',# remakes doc
'mathexam' => 'sample.tex~',
- 'musixtnt' => '(msxlint|fixmsxpart)$', # extra binaries
+ 'musixtnt' => '(msxlint|fixmsxpart)$', # extra binaries
'pkfix-helper' => 'pkfix-helper.pdf',
'placeat' => $standardclean . '|README\.$',
'purifyeps' => 'purifyeps.pdf',