diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-03 22:55:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-03 22:55:12 +0000 |
commit | de291447213d023596118b9a20bded5a0d2a7a76 (patch) | |
tree | 5be181395c6af7d504d8583b8c26aebae86429f3 /Master/tlpkg/libexec | |
parent | 90a58e00fcc8f175df8ffcb7aa5f326b28675905 (diff) |
chklref (3nov19)
git-svn-id: svn://tug.org/texlive/trunk@52631 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 0063db0cdc8..faf2969c4e6 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -243,6 +243,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'chapterbib', "die 'skipping, update cite instead'", 'charter', "die 'skipping, frozen'", 'check-parens',"die 'skipping, C++'", + 'chklref', "&MAKEflatten", 'chemarrow', "&MAKEflatten", # check about Arrow.vfb 'chemstruct', "die 'skipping, old latex 2.09, never in tl'", 'chemsym', "die 'skipping, nonfree'", @@ -252,7 +253,6 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'china2e', "die 'skipping, nosell license and/or too complicated'", 'chitex', "die 'skipping, nonfree'", 'chivo', "&MAKEflatten", - 'chklref', "die 'skipping, needs configure, etc.'", 'chktex', "die 'skipping, merge into Build'", 'chngpage', "die 'skipping, use changepage'", 'circle', "die 'skipping, noinfo license, author unfindable'", @@ -2488,6 +2488,7 @@ $standardsource = '(\.(bat|c|drv|dtx|fea|fdd|ins|sfd)' 'burmese', '\.pl', 'carlisle', '\.dtx|\.ins|ltxtable\.tex', 'chemarrow', '\.mp|\.vfb', + 'chklref', 'NULL', # leave Makefile 'circuit-macros', 'NULL', # leave Makefile 'cluttex', 'NULL', # leave Makefile 'cmextra', 'NULL', @@ -3059,6 +3060,7 @@ $standardttf = '\.ttf|\.TTC'; 'bundledoc' => '(arlatex|bundledoc)$', 'checkcites' => '\.lua$', 'checklistings' => '\.sh$', + 'chklref' => '\.pl', 'cjk-gs-integrate' => '\.pl$', 'clojure-pamphlet' => 'pamphletangler$', 'cluttex' => 'cluttex\.lua$', # moved by prehook. @@ -3237,6 +3239,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'bbm-macros' => $standardclean . '|^bbm$', # symlink 'bundledoc' => $standardclean . '|\.pdf$', # regen for a4 'catoptions' => $standardclean . '|Thumbs.db', # bogus file + 'chklref' => $standardclean . '|\.tds\.zip', 'cmbright' => 'cmbright.pdf', 'cprotect' => $standardclean . '|\.cpt', # temp files for doc 'dateiliste' => $standardclean . '|dateiliste.README*', # already in dist |