diff options
Diffstat (limited to 'Master/tlpkg/bin/tlpkg-ctan-check')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 885cbcbff95..8c49db6add8 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -96,11 +96,8 @@ my @WorkingTLP = qw( grnumalt gu GuIT guitar guitbeamer HA-prosper hands hanging harmony hep hepparticles hepthesis hepunits hhtensor hieroglf histogr hitec hrlatex hvfloat - hyperref hyperxmp hyph-utf8 hyphen-base hyphen-basque - hyphen-french hyphen-german - hyphen-greek hyphen-italian hyphen-latin hyphen-mongolian - hyphen-norwegian hyphen-ukenglish - hyphen-usorbian hyphenex hyplain + hyperref hyperxmp hyph-utf8 hyphen-base + hyphenex hyplain ibygrk icsv IEEEconf IEEEtran ifplatform ifxetex ijmart ijqc image-gallery impatient impatient-fr imtekda inlinebib interactiveworkbook inversepath invoice iopart-num iso @@ -208,6 +205,12 @@ my @WorkingTLP = qw( york-thesis ziffer ); + +# hyphen-* will be dealt with later +# hyphen-basque hyphen-french hyphen-german +# hyphen-greek hyphen-italian hyphen-latin hyphen-mongolian +# hyphen-norwegian hyphen-ukenglish hyphen-usorbian + exit (&main ()); |