diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index a7c7363f11b..243868ae675 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -254,8 +254,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'chktex', "die 'skipping, merge into Build'", 'chngpage', "die 'skipping, use changepage'", 'circle', "die 'skipping, noinfo license, author unfindable'", - 'circuit-macros', "die 'skipping, needs m4'", - 'circuit_macros', "die 'skipping, needs m4'", + 'circuit_macros', "die 'skipping, use circuit-macros'", 'circuitikz', "&MAKEcopy", 'cirth', "die 'skipping, nosell license'", 'cjk', "&MAKEcjk", @@ -2478,7 +2477,8 @@ $standardsource = '(\.(bat|c|drv|dtx|fea|fdd|ins|sfd)' 'burmese', '\.pl', 'carlisle', '\.dtx|\.ins|ltxtable\.tex', 'chemarrow', '\.mp|\.vfb', - 'cluttex', 'NULL', # keep Makefile wit others + 'circuit-macros', 'NULL', # leave Makefile + 'cluttex', 'NULL', # leave Makefile 'cmextra', 'NULL', 'concmath-fonts', 'NULL', 'crossword', $standardsource . '|AcrossLite', |