diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-26 00:39:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-26 00:39:23 +0000 |
commit | 8a3fcdbd97fc63bf814e0fe3c68a4bf65967db6d (patch) | |
tree | c46e12e3439b4bdf13fb75a59fcc51e3e9316888 /Master/tlpkg/bin | |
parent | 332825cfb757edbb7ef1fffb5c941dfe4e2f3404 (diff) |
knittingpattern 1 (25feb10)
git-svn-id: svn://tug.org/texlive/trunk@17205 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-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 76863913ef9..ea62091867a 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -157,7 +157,7 @@ my @TLP_working = qw( jura juraabbrev jurabib juramisc jurarsp js-misc kalender kastrup kerkis kerntest keycommand keyreader keystroke - knitting knuth koma-script kpfonts + knitting knittingpattern knuth koma-script kpfonts l2picfaq l2tabu l2tabu-english l2tabu-french l2tabu-it l2tabu-spanish labbook labelcas labels lastpage latex latex-course latex-doc-ptr latex-notes-zh-cn @@ -314,7 +314,8 @@ my @TLP_working = qw( # these packages we do not expect to check: my @TLP_no_check = qw( - afm2pl # not on CTAN + afm2pl # not on CTAN + fontname # tl-update-auto ); exit (&main ()); |