shiblon / latex-makefile

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

make -B does not work #185

Open shiblon opened 8 years ago

shiblon commented 8 years ago

Originally reported on Google Code with ID 172

My .tex file referenced a missing PDF with \includegraphics.

make showed the error:
make: *** No rule to make target `figures/plot_1', needed by `report.d'.  Stop.

I then created the file (figures/plot_1.pdf), but make kept showing the same error.
I then tried make -B (i.e. --always-make, Unconditionally make all targets.), but the
error remained. Only after typing make clean did make work again.

Does make -B not work as I expect, or is this a bug with latex-makefile?

Reported by jeixav on 2013-04-18 16:26:42