From: Lars H. <lhe...@us...> - 2004-01-16 09:21:38
|
> The only solution I've found is to add "cp VERSION" command here: > > gnuplot.dvi: gnuplot.tex $(D)titlepag.tex > cp gnuplot.tex $(D)gp_tex2.tex > cp VERSION $(D) > cd $(D) && latex gp_tex2.tex && latex gp_tex2.tex && latex gp_tex2.tex > > Thus, do you really prefer the above "copy" method, or would rather go back > to \openin ../VERSION as it was until now? It breaks when you build outside the source dir, that's why the change was made. |