shiblon / latex-makefile

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

Makefile will fail at including figures in the LaTeX tree #182

Open shiblon opened 8 years ago

shiblon commented 8 years ago

Originally reported on Google Code with ID 169

When compiling a file which includes figures present in the LateX tree, the Makefile
fails due to an unresolved dependency. It seems to look at the current directory alone
and not the complete tree.

I have attached a small example illustrating this.
I am including the file "beamericonarticle" which for me is located in /usr/share/texmf/tex/latex/beamer/base/art/
and is directly accessible from pdflatex.

It seems related to "make" only, the file "test1.pdf.1st.make" is correct.

Reported by antoine.merle on 2013-02-14 10:00:25