diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 4 | ||||
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 1c302ae3a62..42342ac24c3 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -265,7 +265,7 @@ my @TLP_working = qw( enumitem enumitem-zref envbig environ envlab epigrafica epigram epigraph epiolmec eplain epsdice epsf epsf-dvipdfmx epsincl epslatex-fr - epspdf epspdfconversion epstopdf epstopdf-pkg + epspdfconversion epstopdf epstopdf-pkg eqell eqexpl eqlist eqnalign eqname eqnarray eqnnumwarn eqparbox erdc erewhon erewhon-math errata erw-l3 esami es-tex-faq esdiff esindex esint esint-type1 esk eskd eskdx @@ -829,6 +829,7 @@ my @TLP_no_check = ( "dvisvgm", # binary "ecgdraw", # awaiting upload with trivial \CheckSum fix 2jul16 "enctex", # binary + "epspdf", # siep does it "etex", # binary "euxm", # knuth, old, not on ctan "finbib", # not on ctan @@ -842,7 +843,6 @@ my @TLP_no_check = ( "gustprog", # not on ctan, gust "guide-to-latex", # not on ctan, book examples, ok "hyperref-docsrc", # not on ctan, awaiting hyperref doc volunteer - "ifluatex", # part of oberdiek "jadetex", # too old to owrry about "jmn", # part of context "kluwer", # not on ctan, old lppl, not worth pursuing or removing diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index c358ca5231f..21eb44fd412 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -182,7 +182,7 @@ M. As work proceeds, update the doc: Remake updmap,fmtutil man pages with help2man: make -C Build/source/Work/texk/texlive/tl_scripts xupdmap.1 xfmtutil.1 x1=`(unset CDPATH; cd Master/texmf-dist/doc/man/man1; pwd)` - They must be moved from /tmp into Master by hand + They must be moved from /tmp into Master by hand: mv /tmp/xupdmap.1 $x1/updmap.1 mv /tmp/xfmtutil.1 $x1/fmtutil.1 Also update ~www/texlive/doc/*.html: diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index eca5e32945b..d4c8aa2335b 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -429,8 +429,8 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'epigrafica', "&MAKEflatten", 'epiolmec', "&MAKEflatten", 'epix', "die 'skipping, needs C++'", - 'epspdf', "&MAKEflatten", - 'epspdf-setup',"die 'skipping, siep does it by hand'", + 'epspdf', "die 'skipping, siep does it'", #"&MAKEflatten", + 'epspdf-setup',"die 'skipping, siep does it'", 'epyt', "die 'renamed to beamertheme-epyt'", 'eq-save', "die 'skipping, requires acrotex'", 'eq2db', "die 'skipping, author request (and nonfree requirements)'", |