From dd043fc7ae752f93f55607d6376c17a22205b60b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 29 Dec 2020 02:19:51 +0000 Subject: gost (28dec20) git-svn-id: svn://tug.org/texlive/trunk@57251 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Master/tlpkg') 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); -- cgit v1.2.3