diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-16 22:46:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-16 22:46:29 +0000 |
commit | 76e16dc8afcc19ccbb1cc66be529411dfe41ce6e (patch) | |
tree | 5e79f4db9f36c7e53887264b98bf3b33d41daa5f /Master/tlpkg | |
parent | 9d51929278483d4f1cbfe10dee38085f3ca4811c (diff) |
featpost (16apr12)
git-svn-id: svn://tug.org/texlive/trunk@25991 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 | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 25ff3ceda87..9dc55b712fd 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -415,7 +415,7 @@ my @TLP_working = qw( txfonts txfontsb txgreeks type1cm typehtml typeoutfileinfo typogrid uaclasses uafthesis ucdavisthesis ucs ucthesis uebungsblatt uiucthesis - ulem ulqda + ukrhyph ulem ulqda umich-thesis uml umlaute umoline umthesis umtypewriter unamthesis underlin underscore undolabl diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 1a1d4e5ef93..6793c1c3137 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -836,7 +836,8 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'template', "die 'skipping, already part of xpackages'", 'tengwarscript',"&MAKEflatten", 'tex-gyre', "&MAKEcopy", - 'tex-refs', "die 'skipping, needs work'", + 'tex-ps', "die 'skipping, not ready, sorry'", + 'tex-refs', "die 'skipping, not ready, sorry'", 'texdraw', "&MAKEtexdraw", 'texlipse', "die 'skipping, plugin for Eclipse'", 'texlog-extract', "die 'skipping, Ruby, not self-locating'", |