[Vim-latex-devel] Makefile

2012-05-31 Thread Raniere Gaia Silva
Hello all, I'm working in some independent tex files at the same directory and this directory is sharing with git. I would like to have a easy way to compile all tex file to pdf so I write a Makefile. Unfortunate, the vim-latex has some problem with the Makefile and I'm getting the message make:

Re: [Vim-latex-devel] Makefile

2012-05-31 Thread Ted Pavlic
Raniere -- See: :help Tex_UseMakefile By default, if vim-latex finds a Makefile, it will set makeprg to: make pdf So if your Makefile doesn't have a pdf target, it will fail. You can simply define a pdf target that depends upon the target you actually care about (or rename the target you c