yochju / latex-makefile

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

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by tbhart...@gmail.com on 25 Aug 2011 at 7:17

GoogleCodeExporter commented 9 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.

Original comment by shiblon on 6 Sep 2011 at 8:05

Attachments:

GoogleCodeExporter commented 9 years ago
Looks fixed, thanks!

Original comment by tbhart...@gmail.com on 6 Sep 2011 at 9:24

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

Original comment by shiblon on 7 Sep 2011 at 9:03