shiblon / latex-makefile

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

Add .mlf*, .mlt*, .mtc* extensions to cleanable files #153

Closed shiblon closed 8 years ago

shiblon commented 8 years ago

Originally reported on Google Code with ID 140

I use the minitoc package:

http://www.ctex.org/documents/packages/contents/minitoc.pdf

which creates the following files (may create more?):

*.mlf1
*.mlt1
*.mtc1

in which the suffix "1" appears to be any number greater than zero, so I'd suspect
the following could also be made:

*.mlf89
*.mlt89
*.mtc89

etc.  These are not currently cleaned up with "make clean".  I do see that "mtc" is
currently in rm_ext, but the number after it is missed.

Reported by tbhartman on 2011-08-25 19:17:48

shiblon commented 8 years ago
Thanks for the report, and sorry it took forever to get to it.  Please try the attached
and reply with information about how it works for you.

Reported by shiblon on 2011-09-06 20:05:58


shiblon commented 8 years ago
Looks fixed, thanks!

Reported by tbhartman on 2011-09-06 21:24:13

shiblon commented 8 years ago
Cool - I'll have to commit a new version after I get the other outstanding changes tested.
 Meanwhile, enjoy.  :-)

Reported by shiblon on 2011-09-07 21:03:05