diff options
Diffstat (limited to 'Master/tlpkg/bin/tlpkg-ctan-check')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 946f5f39828..b3494eb5313 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -96,7 +96,7 @@ my @WorkingTLP = qw( eqexam eqlist eqparbox errata es-tex-faq ESIEEcv erdc esdiff esint esint-type1 eskd eskdx eso-pic esvect estcpmm - etaremune etex-pkg etextools ethiop ethiop-t1 etoolbox euenc eukdate + etaremune etex-pkg ethiop ethiop-t1 etoolbox euenc eukdate eulervm euproposal euro europecv eurosans eurosym everypage exam examdesign examplep exercise exp-testopt expdlist expl3 expressg extarrows exteps @@ -281,7 +281,8 @@ my @WorkingTLP = qw( yagusylo york-thesis yplan ziffer zhmetrics zhspacing zwgetfdate zwpagelayout ); -# epspdf - skip since Siep updates it locally. +# epspdf - skip since Siep updates it manually. +# etextools - skip since it's different on CTAN and apparently unfixable. exit (&main ()); |