summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo1
2 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 9250fcea6e1..2bfccbef4e0 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -183,7 +183,7 @@ my @TLP_working = qw(
latex latex-course latex-doc-ptr latex-notes-zh-cn
latex-referenz latex-tabellen
latex-tds latex-veryshortguide
- latex2e-help-texinfo latex2man
+ latex2e-help-texinfo latex2e-help-texinfo-spanish latex2man
latexcheat latexcheat-esmx latexcheat-ptbr latexdiff latexmk latexmp
layaureo layouts lazylist
lcd lcg lcyw leading leaflet ledmac leftidx lettrine
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index 7c94000b540..8a31d7c57ad 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -150,6 +150,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/l2tabu/italian" if $me eq "l2tabu-it";
+ $ctan_dir = "info/latex2e-help-texinfo/spanish" if $me eq "latex2e-help-texinfo-spanish";
$ctan_dir = "info/lshort/chinese" if $me eq "lshort-chinese";
$ctan_dir = "info/tex-references" if $me eq "tex-refs";
$ctan_dir = "info/translations/vn" if $me eq "ntheorem-vn";