Hi Lars,
> Modified files:
> gnuplot/docs/: titlepag.tex
>
> Log message:
> Remove path to VERSION file, this is now taken of by TEXINPUTS.
well, it seems it is not easily portable by setting TEXINPUTS in a Makefile
for different systems, like Windows and OS/2. Do you know how to set an
environmental variable in Makefiles for these systems? I tried it for
Makefile.mgw, but haven't found any way to do it.
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?
---
Petr Mikulik
|