I'm trying to get latex-makefile to recognize a dependency on file.ext
when I have
\usepackage{listings}
\lstinputlisting{file.ext}
in my document.tex file.
I tried putting
document.pdf : file.ext
and when that didn't work,
document.tex : file.ext
into the Makefile.ini, but it doesn't try to reLaTeX after file.ext is
touched.
What's the right way to do this?
--
Subscription settings:
http://groups.google.com/group/latex-makefile-discuss/subscribe?hl=en