yochju / latex-makefile

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

Trying to build included files generates very strange error messages that are hard to understand #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create a .tex file without a \documentclass or a \begin{document}.  Type 
"make".  Notice that you get an error like this:

sed: blah.aux: No such file or directory

This should be caught much sooner and a suggestion to change the filename 
to blah._include_.tex made to the user.

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

GoogleCodeExporter commented 9 years ago
Fixed in r6ce262285475

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