summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-02-26 00:39:23 +0000
committerKarl Berry <karl@freefriends.org>2010-02-26 00:39:23 +0000
commit8a3fcdbd97fc63bf814e0fe3c68a4bf65967db6d (patch)
treec46e12e3439b4bdf13fb75a59fcc51e3e9316888 /Master/tlpkg/bin
parent332825cfb757edbb7ef1fffb5c941dfe4e2f3404 (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-xMaster/tlpkg/bin/tlpkg-ctan-check5
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 ());