diff options
author | Karl Berry <karl@freefriends.org> | 2022-12-12 21:07:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-12-12 21:07:17 +0000 |
commit | b1511fb94a322b9edc7c1ca91676cf5275d6bcae (patch) | |
tree | 646aaa75ba5e3739e5b3ecbbc42914d5631b0d97 /Master/tlpkg | |
parent | a2a6f21e711bb27829653d592df98c8d9060a22a (diff) |
bibcop (12dec22)
git-svn-id: svn://tug.org/texlive/trunk@65257 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/bibcop.tlpsrc | 4 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc | 1 |
4 files changed, 7 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 0ac2ec275e1..a5c477c671d 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -105,7 +105,7 @@ my @TLP_working = qw( beebe begingreek begriff beilstein belleek bengali bera berenisadf besjournals bestpapers betababel beton beuron bewerbung bez123 bezierplot bfh-ci bgteubner bguq bhcexam - bib-fr bib2gls bibarts biber biber-ms bibhtml + bib-fr bib2gls bibarts bibcop biber biber-ms bibhtml biblatex biblatex-abnt biblatex-ajc2020unofficial biblatex-anonymous biblatex-apa biblatex-apa6 biblatex-archaeology biblatex-arthistory-bonn diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index a89b147c2b3..eb95f3513e4 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -3541,6 +3541,7 @@ $standardttf = '\.ttf|\.TTC'; 'attachfile2' => 'pdfatfi\.pl$', 'authorindex' => 'authorindex$', 'bib2gls' => '\.sh$', + 'bibcop' => '\.pl$', 'bibexport' => 'bibexport\.sh$', 'bundledoc' => '(arlatex|bundledoc)$', 'checkcites' => '\.lua$', diff --git a/Master/tlpkg/tlpsrc/bibcop.tlpsrc b/Master/tlpkg/tlpsrc/bibcop.tlpsrc new file mode 100644 index 00000000000..8a03ed5983d --- /dev/null +++ b/Master/tlpkg/tlpsrc/bibcop.tlpsrc @@ -0,0 +1,4 @@ +binpattern f bin/${ARCH}/${PKGNAME} +hard iexec +hard fancyvrb +hard verbatimcopy diff --git a/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc index dfbc7a8c5c7..30bc56d23c8 100644 --- a/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc @@ -20,6 +20,7 @@ depend besjournals depend bestpapers depend bib2gls depend bibarts +depend bibcop depend biber depend biber-ms depend bibexport |