shiblon / latex-makefile

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

Hide the temporary files #96

Closed shiblon closed 8 years ago

shiblon commented 8 years ago

Originally reported on Google Code with ID 83

The makefile creates several .make and .temp files that clutter a bit the
working directory. It could be a good idea to have their names start with a
dot, so that they are not shown in the default directory listings.

(and how I wish latex did that itself with all its .toc, .log, .aux stuff :) )

Reported by f.poloni on 2010-05-14 10:06:51

shiblon commented 8 years ago
I agree that this is a mess, but given the way that Make handles filenames and patterns,
it is not feasible to do 
this (believe me, I thought of it before, and it's really, really hard, if not impossible).

Reported by shiblon on 2010-05-14 12:28:24