Consider this MWE:
\RequirePackage{snapshot}
\documentclass{scrbook}
\usepackage{filecontents,biblatex}
\begin{filecontents}{\jobname.bib}
@misc{anything,
author={A. Anyone}}
\end{filecontents}
\addbibresource{\jobname.bib}
\begin{document}
\chapter{My document}
This is my text
\end{document}
›Collecting‹ the bib-file I can use:
bundledoc --include="*.bib" bundledocbib.dep
But as soon as I use it with --keepdirs as in
bundledoc --keepdirs --include="*.bib" bundledocbib.dep
the bib-files are omitted.
bundledoc. It's nice to know. – gusbrs Feb 24 '18 at 22:21.bibfile is not required to build the final document (the first compilation autogenerates the.bibfile). – Paul Gaborit May 29 '18 at 06:38.bibfile is not collected by bundledoc. The author of the package/script has been informed about this issue. – lukascbossert May 29 '18 at 07:35