Re: [Vim-latex-devel] Able to do compilation in a sub-directory?
Brought to you by:
srinathava,
tmaas
From: Ted P. <te...@te...> - 2011-02-16 03:02:42
|
>> ln -sf tmp/foo.pdf > Yes, I did think of that, but the symlink will always exist even if the > file does not =). Its plenty good enough though, so that's probably what > I'll use going forward. Well, if you plan on keeping that tmp directory around for more than a few builds, the symlink: cd tmp ln -sf ../foo.pdf works just as well, but the "foo.pdf" that shows up in your main directory isn't a symlink. Maybe that's a better fit? --Ted -- Ted Pavlic <te...@te...> |