diff options
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index c9524cf5f33..dbc64c704c3 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -851,6 +851,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'lintex', "die 'skipping, compiled program'", 'list', "die 'skipping, part of knuth-local'", 'listofanswers', "die 'skipping, noinfo license'", + 'litebook' "die 'skipping, replaced by whatsnote'", 'literat', "&MAKEliterat", 'lithuanian', "&MAKEflatten", 'lkort', "die 'skipping, obsolete'", @@ -1814,7 +1815,6 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'light-latex-make' => '&tl_man_to_pdf', 'lilyglyphs' => '&POSTlilyglyphs', 'listbib' => '&POSTlistbib', - 'litebook' => '&POST_onelevel', 'litesolution' => '&POST_onelevel', 'litetable' => '&POST_onelevel', 'lithuanian' => '&POSTlithuanian', |