diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 506a888c49e..5c471198ad5 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -508,8 +508,9 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'latex_maker', "die 'skipping, ruby'", 'latex-help-texinfo', "die 'skipping, use latex2e-help-texinfo'", 'latex-make', "die 'skipping, subprograms seem problematic'", - 'latex-pro-pragmatiky',"die 'skipping, no source'", - 'latex-tipps-und-tricks',"die 'skipping, noinfo license'", + 'latex-pro-pragmatiky', "die 'skipping, no source'", + 'latex-sciences-humaines', "die 'skipping, no source'", + 'latex-tipps-und-tricks', "die 'skipping, noinfo license'", 'latex_maker', "die 'skipping, we must not usurp two-character cmd name'", 'latex2html', "die 'skipping, not self-locating, needs apache changes'", 'latex2pdf', "die 'skipping, too bare-bones'", |