On 01.07.19 16:35, Norman Ramsey wrote: > > On 11.06.12 11:37, Norman Ramsey wrote:
Hi,
> > > A file read using
> > >
> > > \verbatiminput{mumble.tex}
> > >
> > > is not seen as a dependency. I've confirmed by inspecting
> > > the database and by using the -diagnostics option.
> > >
> > I'm failing to understand your problem. How does your input file look
> > like? How does latexmk behave and what would you expect instead to happen?
>
> In your example, when mumble.tex changes, I expect latexmk to notice
> and to re-run latex. It doesn't:
>
latexmk bases it's decisions on the checksum of the files, so you have
change the file content to force a re-run. Simply touching the file
doesn't do the trick.
hille@sid:~/devel/TeXLive/open_bugs/677036 $ latexmk 677036.tex
Latexmk: This is Latexmk, John Collins, 25 October 2018, version: 4.61.
Latexmk: All targets (677036.dvi) are up-to-date
hille@sid:~/devel/TeXLive/open_bugs/677036 $ echo a >> mumble.tex
hille@sid:~/devel/TeXLive/open_bugs/677036 $ latexmk 677036.tex
<snip>
Output written on 677036.dvi (1 page, 288 bytes).
Transcript written on 677036.log.
=== TeX engine is 'pdfTeX'
Latexmk: Log file says output to '677036.dvi'
Latexmk: All targets (677036.dvi) are up-to-date
hille@sid:~/devel/TeXLive/open_bugs/677036 $ latexmk 677036.tex
Latexmk: This is Latexmk, John Collins, 25 October 2018, version: 4.61.
Latexmk: All targets (677036.dvi) are up-to-date
hille@sid:~/devel/TeXLive/open_bugs/677036 $ touch mumble.tex
hille@sid:~/devel/TeXLive/open_bugs/677036 $ latexmk 677036.tex
Latexmk: This is Latexmk, John Collins, 25 October 2018, version: 4.61.
Latexmk: All targets (677036.dvi) are up-to-date
hille@sid:~/devel/TeXLive/open_bugs/677036 $
Hilmar
--
sigfault
#206401 http://counter.li.org
signature.asc
Description: OpenPGP digital signature

