diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-30 13:43:41 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-30 13:43:41 +0000 |
commit | f82f13996b9615c329d5a22423cd68d046d8040e (patch) | |
tree | 748aa2ed9abf6e32299f9e2589249407d66183ce | |
parent | 8b5f57172201ca8c60f33db1b87ec8bb8bbaae58 (diff) |
don't check hyphen-* atm
git-svn-id: svn://tug.org/texlive/trunk@9110 c570f23f-e606-0410-a88d-b1316a301751
-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 ()); |