diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-15 21:32:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-15 21:32:19 +0000 |
commit | d49119bacabad0d47a38d371ef07abea11c1f63e (patch) | |
tree | 6332ef9035dd545f810b3d30d18ef161e5d12751 /Build/tools/tlpkginfo | |
parent | a75519ac49fb11f564759ef2e7e984e064f18913 (diff) |
check armenian aka armtex on ctan
git-svn-id: svn://tug.org/texlive/trunk@1854 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/tools/tlpkginfo')
-rwxr-xr-x | Build/tools/tlpkginfo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/tools/tlpkginfo b/Build/tools/tlpkginfo index c15a489698a..4be8309ae8e 100755 --- a/Build/tools/tlpkginfo +++ b/Build/tools/tlpkginfo @@ -93,6 +93,7 @@ sub find_ctan_dir $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"; + $ctan_dir = "language/armenian/armtex" if $me eq "armenian"; $ctan_dir = "language/basque" if $me eq "hyphen-basque"; $ctan_dir = "language/hyphenation" if $me eq "hyphen-german"; $ctan_dir = "language/hyphenation/elhyphen" if $me eq "hyphen-greek"; |