summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-12-29 02:19:51 +0000
committerKarl Berry <karl@freefriends.org>2020-12-29 02:19:51 +0000
commitdd043fc7ae752f93f55607d6376c17a22205b60b (patch)
tree9adc98c02c5168e31376ac34ba82a09e6f0e9576 /Master/tlpkg
parent109901a7a158f32a32f423045b6981221735f55d (diff)
gost (28dec20)
git-svn-id: svn://tug.org/texlive/trunk@57251 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds8
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index a97a2e0c370..70e0fd87300 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1561,6 +1561,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'frenchle' => '&POST_rmsymlink',
'ghsystem' => '&POSTghsystem',
'glossaries' => '&POST_do_man',
+ 'gost' => '&POSTgost',
'grotesq' => '&POSTgrotesq',
'grverb' => '&POSTgrverb',
'guide-latex-fr' => '&POST_rmsymlink',
@@ -2873,7 +2874,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex";
'gbt7714' => 'tex -8bit',
'geometry' => 'tex',
'german' => 'tex',
- 'gost' => 'latex', # requires interaction
+ 'gost' => 'latex', # \ProvidesFile
'grabbox' => 'tex',
'graphics-pln' => "env TEXINPUTS=$Master/texmf-dist/source/latex/base: latex",
'grffile' => 'tex',
@@ -6467,6 +6468,11 @@ sub POSTghsystem {
&SYSTEM ("$MV language pictures $dstdir/");
}
+sub POSTgost {
+ print "POST$package - move csf files\n";
+ &mv_with_mkdir ("csf/*", "$DEST/bibtex/csf/$package");
+}
+
sub POSTgrotesq {
print "POST$package - move files\n";
&xchdir ($DEST);