I use a project folder hierarchy where the Project folder contains the
Makefile and Doxyfile files. Then the source files are in Project/src,
the intermediate build products are in Project/build and the doxygen
generated files are in Project/docs.

When I'm editing a source file (ie. Project/src/main.cpp) and use the
"Build" command (or :make), I get an error that no Makefile can be
located. Is there a way to have set the Build command to run make in
the Project directory without having to change directories first?

Another issue is if I'm editing a *.tex file which is part of a larger
project. For instance, if I have a book where the main file is
main.tex which includes chapter1.tex and chapter2.tex, is there a way
to run Build while editing chapter1.tex and have it run on main.tex?
In the past, I've just run latexmk on main.tex and let it auto-update
whenever any of the included files is edited, but I would welcome a
simpler way if one exists.

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to