diff options
author | Karl Berry <karl@freefriends.org> | 2017-02-28 21:28:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-02-28 21:28:00 +0000 |
commit | 047d99d7c5b524cc4356f90d3e9ca1daf896e094 (patch) | |
tree | 8954e8e2bbd4a28fd29495a5e52cc4c419c689b1 /Master/tlpkg | |
parent | 8221661b57adc1cb3d4056c4f82189ec45fcad89 (diff) |
autosp (28feb17)
git-svn-id: svn://tug.org/texlive/trunk@43361 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 9e874bbfd5e..29e085f96fc 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1271,6 +1271,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'amstex' => '&POSTamstex', 'apalike' => '&POSTapalike', 'asapsym' => '&POSTasapsym', + 'autosp' => '&POSTautosp', 'biber' => '&POSTbiber', 'biblatex' => '&POSTbiblatex', 'bibtex' => '&POSTbibtex', @@ -5345,6 +5346,11 @@ sub POSTasapsym { &mv_with_mkdir ($genericfile, $genericdir); } +sub POSTautosp { + print "POST$package - preserve man pages\n"; + &preserve_man_pages ($package); +} + sub POSTbiber { print "POST$package - unpack and install binaries\n"; # we've started with everything under source/. @@ -5442,7 +5448,7 @@ sub POSTbibtex { &SYSTEM ("cd $DEST && $MV bibtex/bib/bibtex bibtex/bib/base"); &SYSTEM ("cd $DEST && $MV doc/bibtex/bibtex doc/bibtex/base"); &SYSTEM ("$RM bibtex.web"); # handle separately - &preserve_man_pages ("bibtex"); + &preserve_man_pages ($package); } sub POSTbibtexperllibs { |