texlive[43361] Master: autosp (28feb17)

commits+karl at tug.org commits+karl at tug.org
Tue Feb 28 22:28:00 CET 2017


Revision: 43361
          http://tug.org/svn/texlive?view=revision&revision=43361
Author:   karl
Date:     2017-02-28 22:28:00 +0100 (Tue, 28 Feb 2017)
Log Message:
-----------
autosp (28feb17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/generic/autosp/README
    trunk/Master/texmf-dist/doc/generic/autosp/autosp.pdf
    trunk/Master/texmf-dist/doc/generic/autosp/barsant2.pdf
    trunk/Master/texmf-dist/doc/generic/autosp/geminiani.pdf
    trunk/Master/texmf-dist/doc/generic/autosp/quod2.pdf
    trunk/Master/tlpkg/libexec/ctan2tds

Modified: trunk/Master/texmf-dist/doc/generic/autosp/README
===================================================================
--- trunk/Master/texmf-dist/doc/generic/autosp/README	2017-02-28 21:25:04 UTC (rev 43360)
+++ trunk/Master/texmf-dist/doc/generic/autosp/README	2017-02-28 21:28:00 UTC (rev 43361)
@@ -1,5 +1,5 @@
 This is the README for the autosp package, 
-version 2016-01-30.
+version 2016-11-02.
 
 autosp is a preprocessor that generates note-spacing
 commands for MusiXTeX scores. It simplifies the creation

Modified: trunk/Master/texmf-dist/doc/generic/autosp/autosp.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/generic/autosp/barsant2.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/generic/autosp/geminiani.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/generic/autosp/quod2.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2017-02-28 21:25:04 UTC (rev 43360)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2017-02-28 21:28:00 UTC (rev 43361)
@@ -1271,6 +1271,7 @@
  'amstex'               => '&POSTamstex',
  'apalike'              => '&POSTapalike',
  'asapsym'		=> '&POSTasapsym',
+ 'autosp'		=> '&POSTautosp',
  'biber'                => '&POSTbiber',
  'biblatex'             => '&POSTbiblatex',
  'bibtex'               => '&POSTbibtex',
@@ -5345,6 +5346,11 @@
   &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 @@
   &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 {



More information about the tex-live-commits mailing list