yochju / latex-makefile

Automatically exported from code.google.com/p/latex-makefile
Other
0 stars 0 forks source link

make -B does not work #172

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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?

Original issue reported on code.google.com by jei...@gmail.com on 18 Apr 2013 at 4:26