summaryrefslogtreecommitdiff
path: root/Build/tools/tlpkginfo
diff options
context:
space:
mode:
Diffstat (limited to 'Build/tools/tlpkginfo')
-rwxr-xr-xBuild/tools/tlpkginfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/tools/tlpkginfo b/Build/tools/tlpkginfo
index 535c205576c..6f7cd019d3a 100755
--- a/Build/tools/tlpkginfo
+++ b/Build/tools/tlpkginfo
@@ -58,6 +58,7 @@ sub find_ctan_dir
"language/hyphenation/$me", # bghyphen
"language/hebrew/$me", # cjhebrew
"language/greek/package-babel/$me", # ibycus-babel
+ "language/devanagari/$me", # velthuis
"language/coptic/$me", # cbcoptic
"info/math/voss/$me", # mathmode
"info/lshort/$menodash", # lshort-english
@@ -91,7 +92,6 @@ sub find_ctan_dir
$ctan_dir = "info/italian/amsthdoc" if $me eq "amsthdoc-it";
$ctan_dir = "info/tex-references" if $me eq "tex-refs";
$ctan_dir = "language/basque" if $me eq "hyphen-basque";
- $ctan_dir = "language/devanagari/velthuis" if $me eq "devanagr";
$ctan_dir = "language/hyphenation" if $me eq "hyphen-german";
$ctan_dir = "language/hyphenation/elhyphen" if $me eq "hyphen-greek";
$ctan_dir = "macros/latex/contrib/misc" if $me eq "ltxmisc";