summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-01-23 20:57:21 +0000
committerKarl Berry <karl@freefriends.org>2023-01-23 20:57:21 +0000
commit1f3d9d8279b9ef2b76d95f42837c1735754c1f50 (patch)
treead39d64987ac24e9acef35e24926c36c874ccb32 /Master/tlpkg/libexec
parentaa7c8bc1bbf21c5187a60ab38e2b96a12fac21a8 (diff)
latex2e-help-texinfo-spanish (20jan23)
git-svn-id: svn://tug.org/texlive/trunk@65612 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds9
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 155f49f85ca..501dd9e9b82 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -772,7 +772,6 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'latex-tabellen', "die 'skipping, author request'",
'latex-tds', "die 'skipping, obsolete, see knuth and pwebmac'",
'latex-tipps-und-tricks', "die 'skipping, noinfo license'",
- 'latex2e-help-texinfo-spanish', "die 'sorry, do by hand'",
'latex2html', "die 'skipping, not self-locating, needs apache changes'",
'latex2pdf', "die 'skipping, too bare-bones'",
'latex2rtf', "die 'skipping, no configure or requests, etc.'",
@@ -1599,6 +1598,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'ktv-texdata' => '&PREHOOK_ktv_texdata',
'latexdiff' => '&PREHOOK_latexdiff',
'latexindent' => '&PREHOOK_latexindent',
+ 'latex2e-help-texinfo-spanish' => '&PREHOOK_latex2e_help_texinfo_spanish',
'lilyglyphs' => '&PREHOOK_lilyglyphs',
'lollipop' => '&PREHOOK_flatten1',
'matapli' => '&PREHOOK_flatten1',
@@ -6145,6 +6145,13 @@ sub PREHOOK_ktv_texdata {
&SYSTEM ("$RM -rf latex");
}
+sub PREHOOK_latex2e_help_texinfo_spanish {
+ print "POST$package - include only spanish translation\n";
+ &SYSTEM ("$RM *"); # do not remove subdirs
+ &SYSTEM ("$RM -rf graphics latex2e-figures");
+ &SYSTEM ("$MV spanish/* .");
+}
+
sub PREHOOK_latexdiff {
print "PREHOOK_$package - rename $package-so to $package.pl, etc.\n";
# Consistently use *.pl to avoid special case in w32 wrapper