Re: make doesn't rebuild file when I expect it to

2009-08-03 Thread Paul Smith
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

make doesn't rebuild file when I expect it to

2009-08-03 Thread Dmitri Gribenko
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