From 1f3d9d8279b9ef2b76d95f42837c1735754c1f50 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 23 Jan 2023 20:57:21 +0000 Subject: latex2e-help-texinfo-spanish (20jan23) git-svn-id: svn://tug.org/texlive/trunk@65612 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Master/tlpkg/libexec') 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 -- cgit v1.2.3