summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
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 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 {