Re: Customizing the Build functionality

2011-08-23 Thread Frank Hellenkamp
Hi, > 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 (i

Re: Customizing the Build functionality

2011-08-15 Thread David Patrick Henderson
On 15 Aug 2011, at 09:15, tonymcdaniel wrote: > 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

Re: Customizing the Build functionality

2011-08-15 Thread björn
On 15 August 2011 18:15, tonymcdaniel wrote: > > 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