On Tue, 2009-08-04 at 07:16 +0300, Dmitri Gribenko wrote:
> Here is a very simplified version of my makefile for latex. All actual
> commands have been replaced by 'touch'. There is a text.tex and a directory
> for images. Images are in svg format and have to be converted to eps before
> running
Hello,
Here is a very simplified version of my makefile for latex. All actual
commands have been replaced by 'touch'. There is a text.tex and a directory
for images. Images are in svg format and have to be converted to eps before
running latex.
$ mkdir test-dir
$ cd test-dir
$ cat > Makefile
t