>> 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 <t...@tedpavlic.com> ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel