tags #408558 confirmed
thanks

martin f krafft a écrit :
> Package: latex-make
> Version: 2.1.10-1
> Severity: important
> 
> lapse:~> make paper.dvi
> make: `paper.dvi' is up to date.
> lapse:~> touch parts/second.tex
> lapse:~> make paper.dvi
> make: `paper.dvi' is up to date.
> lapse:~> touch parts/one.tex
> lapse:~> make paper.dvi
> make: `paper.dvi' is up to date
> 
> See attached tarball for the files.

Yes, I already know this bug. A quick workaround will be
to use full name (ie \input{parts/one.tex} instead of
\input{parts/one})
The correct fix would probably involve to use kpsewhich on
each detected dependencies instead of using them directly.
However, I've not found the time to write this yet...

  Best regards,
    Vincent

Reply via email to