shiblon / latex-makefile

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

jpegs assumed to have "jpg" extension #124

Closed shiblon closed 8 years ago

shiblon commented 8 years ago

Originally reported on Google Code with ID 111

The makefile assumes that jpeg files have the extension ".jpg".  If I have an image
with the extension ".jpeg", then I get the error:

make: *** No rule to make target `P1030410-3x2.jpeg.pdf', needed by `presentation.pdf'.
 Stop.

I think I might be able to actually fix this on my own.  Would you like me to submit
a change directly to the repository, or should I post a patch here on the issue tracker?

Reported by amcnabb8 on 2011-01-24 17:47:27

shiblon commented 8 years ago
Fixed, I believe, in r9e3b5e396cd6 (tip)

Reported by shiblon on 2011-01-24 18:00:21