diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-09 23:12:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-09 23:12:52 +0000 |
commit | 4fcdc96579fbc394645c1071c6b05ddba12aad72 (patch) | |
tree | 33f9def375b426099abe57d4a5c466dcfce32adf /Master/tlpkg/bin/tlpkginfo | |
parent | 7921a46dafde9c3a0e7ba34a6d99449083c9ca01 (diff) |
hyperref (this time really from ctan, sourced from ho-tex repo; previous attempt was from tug.org:~ftp staging)
git-svn-id: svn://tug.org/texlive/trunk@40988 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 63ca48384a5..fbc90fa800e 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -75,7 +75,8 @@ sub ctaninfo { ); # Heiko's tds files (don't propagate through CTAN fast enough). - $oberdiek_tds = "hyperref|oberdiek"; + # Heiko is no longer actively maintaining,disable. + $oberdiek_tds = "no-hyperref|no-oberdiek"; # special packages from latex-tds project; used by prepare() $latex_tds_pkgs = "latex-tds"; |