diff options
-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) | bin | 153962 -> 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-x | Master/tlpkg/libexec/ctan2tds | 5 |
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 Binary files differindex 1689a31b05c..1689a31b05c 100644 --- a/Master/texmf-dist/doc/latex/bibexport/bibexport.pdf +++ b/Master/texmf-dist/doc/bibtex/bibexport/bibexport.pdf 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"; |