From a9987369125a138a236c5d31affb3ea7535be106 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 16 Mar 2016 23:24:03 +0000 Subject: mandi (16mar16) git-svn-id: svn://tug.org/texlive/trunk@40050 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tlpkginfo | 3 --- Master/tlpkg/libexec/ctan2tds | 5 +++-- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'Master/tlpkg') 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', -- cgit v1.2.3