diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-26 20:38:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-26 20:38:48 +0000 |
commit | 58fc9c2dd30d4246b9cb2a6708d45b0eb7030ef9 (patch) | |
tree | 265f9b4954aed37cfd246fd505ce4873291a28db /Master/tlpkg/libexec | |
parent | 7026eb5fea352c3036b5188e7a16fed00b0365d3 (diff) |
scontents (26oct19)
git-svn-id: svn://tug.org/texlive/trunk@52539 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 1ca05159943..a4c54637aa5 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1518,6 +1518,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'pxchfon' => '&POSTpxchfon', 'recipebook' => '&POST_rmsymlink', 'schule' => '&POSTschule', + 'scontents' => '&POSTscontents', 'shipunov' => '&POSTshipunov', 'simple-resume-cv' => '&POST_simple_rmFonts', 'simple-thesis-dissertation' => '&POST_simple_rmFonts', @@ -6605,11 +6606,18 @@ sub POSTpxchfon { } sub POSTschule { - print "POST$package - move additional packages\n"; + print "POST$package - move additional files\n"; &mv_with_mkdir ("latex/* data/*", "$DEST/tex/latex/$package"); &SYSTEM ("$MV doc/* . && rmdir doc"); } +sub POSTscontents { + print "POST$package - move files to assorted runtime directories\n"; + &mv_with_mkdir ("t-scontents.mk*", "$DEST/tex/context/third/$package"); + &mv_with_mkdir ("scontents.tex", "scontents-code.tex", + "$DEST/tex/generic/$package"); +} + sub POSTshipunov { print "POST$package - rename new style files per agreement with author\n"; # |