yochju / latex-makefile

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

Building .tex from scripts causes weird dependency issues due to makefile includes #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create a script like blah.tex.pl
Run

  make blah.tex

Notice that the makefile is trying to build blah.d (and therefore blah.pdf).

.tex targets should not generate include directives in the makefile.

Original issue reported on code.google.com by shiblon on 16 Mar 2010 at 12:53

GoogleCodeExporter commented 9 years ago
Fixed in r6ce262285475

Original comment by shiblon on 16 Mar 2010 at 1:12