yochju / latex-makefile

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

Read preserved extensions from the ini file #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The idea is that one could specify in the Makefile.ini file (i.e. outside
the real Makefile) which extensions should not be touched while cleaning.

E.g., it is useful to clean everything but the pdf files.

Original issue reported on code.google.com by Adam.Mic...@gmail.com on 27 Mar 2009 at 10:06

GoogleCodeExporter commented 9 years ago
This is a really good idea.  I have implemented it (it took about ten minutes 
to get
it right), and it will be packaged soon.  Meanwhile, you can get it from r46.

Original comment by shiblon on 27 Mar 2009 at 12:02

GoogleCodeExporter commented 9 years ago
I should mention that r47 actually has the documentation for the new variable 
in it.

The short version is this: either edit "neverclean" in the Makefile, or add a
variable called "neverclean" to Makefile.ini, e.g.,

  neverclean := *.pdf *.dvi

This will ensure that pdf and dvi files are never cleaned, but will allow ps and
other files to be cleaned.

Original comment by shiblon on 27 Mar 2009 at 12:05

GoogleCodeExporter commented 9 years ago
Thank you so much :)

Original comment by Adam.Mic...@gmail.com on 27 Mar 2009 at 2:32

GoogleCodeExporter commented 9 years ago
This is in the latest downloadable version, now, 2.1.25.  Enjoy!

Original comment by shiblon on 27 Mar 2009 at 3:12