summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-02-28 21:28:00 +0000
committerKarl Berry <karl@freefriends.org>2017-02-28 21:28:00 +0000
commit047d99d7c5b524cc4356f90d3e9ca1daf896e094 (patch)
tree8954e8e2bbd4a28fd29495a5e52cc4c419c689b1
parent8221661b57adc1cb3d4056c4f82189ec45fcad89 (diff)
autosp (28feb17)
git-svn-id: svn://tug.org/texlive/trunk@43361 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/generic/autosp/README2
-rw-r--r--Master/texmf-dist/doc/generic/autosp/autosp.pdfbin9715 -> 9848 bytes
-rw-r--r--Master/texmf-dist/doc/generic/autosp/barsant2.pdfbin32693 -> 32156 bytes
-rw-r--r--Master/texmf-dist/doc/generic/autosp/geminiani.pdfbin142265 -> 143804 bytes
-rw-r--r--Master/texmf-dist/doc/generic/autosp/quod2.pdfbin31433 -> 31967 bytes
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds8
6 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/autosp/README b/Master/texmf-dist/doc/generic/autosp/README
index 83571b4dcf0..3a402926940 100644
--- a/Master/texmf-dist/doc/generic/autosp/README
+++ b/Master/texmf-dist/doc/generic/autosp/README
@@ -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
diff --git a/Master/texmf-dist/doc/generic/autosp/autosp.pdf b/Master/texmf-dist/doc/generic/autosp/autosp.pdf
index 0b3e775438f..d90a8f55b2e 100644
--- a/Master/texmf-dist/doc/generic/autosp/autosp.pdf
+++ b/Master/texmf-dist/doc/generic/autosp/autosp.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/autosp/barsant2.pdf b/Master/texmf-dist/doc/generic/autosp/barsant2.pdf
index 79aa4a42bc3..2b07728dd78 100644
--- a/Master/texmf-dist/doc/generic/autosp/barsant2.pdf
+++ b/Master/texmf-dist/doc/generic/autosp/barsant2.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/autosp/geminiani.pdf b/Master/texmf-dist/doc/generic/autosp/geminiani.pdf
index c64898b38bf..62e349a25a2 100644
--- a/Master/texmf-dist/doc/generic/autosp/geminiani.pdf
+++ b/Master/texmf-dist/doc/generic/autosp/geminiani.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/autosp/quod2.pdf b/Master/texmf-dist/doc/generic/autosp/quod2.pdf
index badc2409cbf..5ef46c64659 100644
--- a/Master/texmf-dist/doc/generic/autosp/quod2.pdf
+++ b/Master/texmf-dist/doc/generic/autosp/quod2.pdf
Binary files differ
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 {