shiblon / latex-makefile

A Makefile for LaTeX - drop it in, type make, and magic happens.
Other
185 stars 30 forks source link

Change detection not quite perfect #112

Closed shiblon closed 8 years ago

shiblon commented 8 years ago

Originally reported on Google Code with ID 99

If I do an \includegraphics{xyz} and run make, it points out that "xyz" does not exist.
 If I then change the line to \includegraphics{xyz.pdf} and run make again, it again
complains about "xyz" not existing.  If I make clean, and then run make again, it correctly
includes xyz.pdf.  It's more an annoyance than a serious problem, but I run into it
every once in a while.

Reported by amcnabb8 on 2010-11-05 21:27:27

shiblon commented 8 years ago
Is this still happening?

Reported by shiblon on 2010-12-31 19:45:23

shiblon commented 8 years ago
I have a hunch that this may have been fixed with issue 113.  I'll close it.

Reported by amcnabb8 on 2011-01-03 20:39:20

shiblon commented 8 years ago

Reported by shiblon on 2011-01-04 14:26:42