Hello,
Is there an existing command to run "make" in the current directory, or should I make one?
I'm working on a LaTeX paper with sereval people who use emacs, and the building process is done using a Makefile. I looked at the LaTeX "Typeset and View" in the bundle editor, but it seems that it's always adding options to TM_LATEX_COMPILER and cannot simply be used to call make. (I may have missed something there, I'm a fairly new TextMate user).
Thanks for any suggestion.
Alan
-- Alan Schmitt http://alan.petitepomme.net/
The hacker: someone who figured things out and made something cool happen. .O. ..O OOO
I am not certain I understand completely how this could be useful, but maybe it might make sense to actually do this and, if possible, add it to the bundle either as default or as an option?
Dan
i wrote this one for myself its quick and dirty but works
cd `dirname "$TM_FILEPATH"` make
Alan Schmitt wrote:
Hello,
Is there an existing command to run "make" in the current directory, or should I make one?
I'm working on a LaTeX paper with sereval people who use emacs, and the building process is done using a Makefile. I looked at the LaTeX "Typeset and View" in the bundle editor, but it seems that it's always adding options to TM_LATEX_COMPILER and cannot simply be used to call make. (I may have missed something there, I'm a fairly new TextMate user).
Thanks for any suggestion.
Alan
-- Alan Schmitt http://alan.petitepomme.net/
The hacker: someone who figured things out and made something cool happen. .O. ..O OOO
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On 3/10/2006, at 16:24, Alan Schmitt wrote:
Is there an existing command to run "make" in the current directory, or should I make one?
It’s not included by default, but yes: http://lists.macromates.com/ pipermail/textmate/2006-September/013409.html
On 3 oct. 06, at 17:13, Allan Odgaard wrote:
On 3/10/2006, at 16:24, Alan Schmitt wrote:
Is there an existing command to run "make" in the current directory, or should I make one?
It’s not included by default, but yes: http://lists.macromates.com/ pipermail/textmate/2006-September/013409.html
Ah, thanks for the link.
I'm thinking of something a little more elaborate integrated with the current bundle: if a Makefile is present (or if some variable is set) then run make. However I need to work on my shell script skills to be able to do this nicely ;-)
Alan
-- Alan Schmitt http://alan.petitepomme.net/
The hacker: someone who figured things out and made something cool happen. .O. ..O OOO