summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-04 00:41:13 +0000
committerKarl Berry <karl@freefriends.org>2011-04-04 00:41:13 +0000
commit1b67be372d9456a6b4c954be453d2a0d2558094b (patch)
tree1673a50b9e15803b31f453b6948f0cf794f87cfd /Master
parent89e515592abbd065df52acfa224a3c2cce4cb973 (diff)
bibexport now pushing to linked_scripts
git-svn-id: svn://tug.org/texlive/trunk@21947 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/bibtex/bibexport/README (renamed from Master/texmf-dist/doc/latex/bibexport/README)0
-rw-r--r--Master/texmf-dist/doc/bibtex/bibexport/bibexport.pdf (renamed from Master/texmf-dist/doc/latex/bibexport/bibexport.pdf)bin153962 -> 153962 bytes
-rw-r--r--Master/texmf-dist/source/bibtex/bibexport/bibexport.dtx (renamed from Master/texmf-dist/source/latex/bibexport/bibexport.dtx)0
-rw-r--r--Master/texmf-dist/source/bibtex/bibexport/bibexport.ins (renamed from Master/texmf-dist/source/latex/bibexport/bibexport.ins)0
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds5
5 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/bibexport/README b/Master/texmf-dist/doc/bibtex/bibexport/README
index 66f286ff05f..66f286ff05f 100644
--- a/Master/texmf-dist/doc/latex/bibexport/README
+++ b/Master/texmf-dist/doc/bibtex/bibexport/README
diff --git a/Master/texmf-dist/doc/latex/bibexport/bibexport.pdf b/Master/texmf-dist/doc/bibtex/bibexport/bibexport.pdf
index 1689a31b05c..1689a31b05c 100644
--- a/Master/texmf-dist/doc/latex/bibexport/bibexport.pdf
+++ b/Master/texmf-dist/doc/bibtex/bibexport/bibexport.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/bibexport/bibexport.dtx b/Master/texmf-dist/source/bibtex/bibexport/bibexport.dtx
index d1530fcb7d6..d1530fcb7d6 100644
--- a/Master/texmf-dist/source/latex/bibexport/bibexport.dtx
+++ b/Master/texmf-dist/source/bibtex/bibexport/bibexport.dtx
diff --git a/Master/texmf-dist/source/latex/bibexport/bibexport.ins b/Master/texmf-dist/source/bibtex/bibexport/bibexport.ins
index 084404ffb29..084404ffb29 100644
--- a/Master/texmf-dist/source/latex/bibexport/bibexport.ins
+++ b/Master/texmf-dist/source/bibtex/bibexport/bibexport.ins
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 0beac591b66..169ec69dd6b 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -592,6 +592,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'phyzzx', "die 'skipping, noinfo license, c.1988 plain format for physics'",
'pict2e', "&MAKEpict2e",
'pictex', "&MAKEflatten",
+ 'pictex-autoarea',"die 'skipping, use autoarea",
'pigpen', "&MAKEflatten",
'pinlabel', "&MAKEnosymlinks",
'pitthesis', "die 'skipping, noinfo license",
@@ -2041,7 +2042,7 @@ for (@ARGV) {
$package = pop (@x);
my $COOKED_PKG = "$COOKED_TOP/$package"; # output directory
- if ($package =~ /^(biber|texdef|latexmk)$/) { # later anything with scripts
+ if ($package =~ /^(biber|bibexport|texdef|latexmk)$/) { # later anything with scripts
$BUILDDEST = "$COOKED_PKG/Build/source";
$TOPDEST = "$COOKED_PKG/Master";
} else {
@@ -2519,7 +2520,7 @@ sub doscripts {
&install ("$DEST/scripts/$package", $scriptpatt);
&SYSTEM ("chmod a+x $DEST/scripts/$package/*");
- return unless $package =~ /^(texdef|latexmk)$/; # xx testing for now
+ return unless $package =~ /^(bibexport|texdef|latexmk)$/; # xx testing for now
# update the copy in Build, too.
my $build_tldir = "texk/texlive";
my $build_scriptsdir = "$build_tldir/linked_scripts";