On Sun, Nov 22, 2020 at 06:14:33PM +0100, Patrice Dumas wrote: > > Also, what if the image files are out-of-date? > > I think that we should not care about that case. As long as the file > exists, even if, for instance it is a broken link, we do nothing.
What's the rationale for this? Why not check the file modification time and copy it if the file is newer than the file that is there already? I imagine there could be a problem where someone edits the text of the manual and edits an image file with a diagram, runs texi2any, and expects the manual to be fully updated.
