Ingo Thies wrote:
> Excuse me if this appears to be a stupid question - but wher exactly
> do I have to add these spaces? I.e. which line in which file in which
> folder and at which stage of the installation process does it occur
> (already there, after configure, after [some stage of] make...?
The lines I showed can be fed to the program "patch" to make the
change for you. In this case the change is so trivial that it is
just as easy to do it by hand.
> sfeam wrote:
>> --- gnuplot42/docs/gnuplot.doc 2008-09-23 16:11:31.000000000 -0700
^^^ minus signs indicate the original source
>> +++ test42/docs/gnuplot.doc 2008-09-25 12:27:31.000000000 -0700
^^^ plus signs indicate the changed source
The file is .../gnuplot.doc
>> @[EMAIL PROTECTED]
-7305,7 +7305,7 @[EMAIL PROTECTED]
>>
>> This graph of sin(x) will have a y range [-3:3] because the
>> function will be autoscaled to [-1:1] and the vertical offsets are
>> each two.
>> -3 origin
^^^^^^^^^^ The old line didn't have a space
>> +3 origin
^^^^^^^^^^ The changed line does have a space
>> ?commands set origin
>> ?commands show origin
>> ?set origin
>>
>> [You can't see the difference on the screen, but I have added a
>> [<space>
>> character at the end of each of the affected lines].
>
> Excuse me if this appears to be a stupid question - but wher exactly
> do I have to add these spaces? I.e. which line in which file in which
> folder and at which stage of the installation process does it occur
> (already there, after configure, after [some stage of] make...?
Add one space to one line in gnuplot.doc
make info


|