diff options
author | Karl Berry <karl@freefriends.org> | 2012-10-18 22:52:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-10-18 22:52:50 +0000 |
commit | 501d1837aeddc838bf1ea0898f94d6b9435aa205 (patch) | |
tree | 4eaea5c3364c6e11708179ed88ed224158f88e86 /Master/tlpkg | |
parent | 3ab72bbc8f60fc642a7dd422ed357c1b5dc0ec23 (diff) |
pgfmolbio 0.2 (7oct12)
git-svn-id: svn://tug.org/texlive/trunk@28023 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 44358187eef..358f3a4a199 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -434,7 +434,7 @@ my @TLP_working = qw( type1cm typeface typehtml typeoutfileinfo typogrid uaclasses uafthesis ucharclasses ucdavisthesis ucs ucthesis uebungsblatt uiucthesis - ukrhyph ulem ulqda + ukrhyph ulem ulqda ulthese umich-thesis uml umlaute umoline umthesis umtypewriter unamthesis underlin underscore undolabl 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'", |