diff options
author | Karl Berry <karl@freefriends.org> | 2014-12-09 23:18:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-12-09 23:18:21 +0000 |
commit | 54709c78e04108450e0dc9f08277c7c9bf11db6c (patch) | |
tree | a441d97fe4e0e5c76854310931d0a247b37213da /Master/tlpkg/bin/tlpkginfo | |
parent | 3ad5daddebe775a97446de745751a44518fa11ef (diff) |
pstricks-add (9dec14)
git-svn-id: svn://tug.org/texlive/trunk@35772 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 43849f4e78d..501fdab63fb 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -153,6 +153,7 @@ sub find_ctan_dir { # names totally dissimilar $ctan_dir = "fonts/fourier-GUT" if $me eq "fourier"; + $ctan_dir = "fonts/manual/ps-type1/hoekwater" if $me eq "manfnt-font"; $ctan_dir = "graphics/pdftex" if $me eq "pdftex-def"; $ctan_dir = "info/biblio" if $me eq "beebe"; $ctan_dir = "info/epslatex/french" if $me eq "epslatex-fr"; |