diff options
author | Karl Berry <karl@freefriends.org> | 2008-05-25 01:23:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-05-25 01:23:55 +0000 |
commit | f22884232834c29413bc93191ff09485ecb9e75d (patch) | |
tree | cb40b21d9f2a0165fba5b742bee65a498a64c678 /Master/tlpkg/bin/tlpkginfo | |
parent | 742b94f2b9f9e1ac6251bb36a49b421c628333da (diff) |
impatient-fr cleanup (20may08)
git-svn-id: svn://tug.org/texlive/trunk@8338 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index f7c5d90c6fd..022f65ca897 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -93,8 +93,8 @@ sub find_ctan_dir "info/spanish/$me", # guia-bibtex "info/symbols/$me", # comprehensive "info/math/voss/$me", # mathmode - "info/bibtex/$me", # tamethebeast - "info/$me", # Type1fonts + "info/bibtex/$me", # tamethebeast + "info/$me", # Type1fonts "help/$me", # es-tex-faq "graphics/$me", # sparklines "graphics/metapost/contrib/macros/$me", # mpattern @@ -121,6 +121,7 @@ sub find_ctan_dir $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"; + $ctan_dir = "info/impatient/fr" if $me eq "impatient-fr"; $ctan_dir = "info/italian/amsldoc" if $me eq "amsldoc-it"; $ctan_dir = "info/italian/amsthdoc" if $me eq "amsthdoc-it"; $ctan_dir = "info/tex-references" if $me eq "tex-refs"; |