diff options
Diffstat (limited to 'Master/tlpkg/tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/crossrefware.tlpsrc | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc index 835c61e6d6b..8b1280a68e7 100644 --- a/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc @@ -59,6 +59,7 @@ depend chembst depend chscite depend collref depend compactbib +depend crossrefware depend custom-bib depend din1505 depend dk-bib diff --git a/Master/tlpkg/tlpsrc/crossrefware.tlpsrc b/Master/tlpkg/tlpsrc/crossrefware.tlpsrc new file mode 100644 index 00000000000..6929fb622ea --- /dev/null +++ b/Master/tlpkg/tlpsrc/crossrefware.tlpsrc @@ -0,0 +1,8 @@ +binpattern f bin/${ARCH}/bibdoiadd +docpattern +f texmf-dist/doc/man/man1/bibdoiadd.* +# +binpattern f bin/${ARCH}/bibzbladd +docpattern +f texmf-dist/doc/man/man1/bibzbladd.* +# +binpattern f bin/${ARCH}/ltx2crossrefxml +docpattern +f texmf-dist/doc/man/man1/ltx2crossrefxml.* |