I fixed up help-sas, installed help-s, fixed up some style issues, cleaned up
commitb654f0d658453b6cd0e874eac39d1da5409fd295
authorrmh <rmh@0bbaf3bd-34e0-0310-bf65-c717079852d4>
Wed, 17 Apr 2002 20:08:46 +0000 (17 20:08 +0000)
committerrmh <rmh@0bbaf3bd-34e0-0310-bf65-c717079852d4>
Wed, 17 Apr 2002 20:08:46 +0000 (17 20:08 +0000)
tree1e72761fe3c679cd5373755ac2b70d70e651e584
parent594e3f4ebd77a712acf771dee603aa71dd5c4104
I fixed up help-sas, installed help-s, fixed up some style issues, cleaned up
cross references to empty pages.

All occurences of @essver MUST have braces @essver{} or else the remainder
of the source line is treated as a comment.

The doc/Makefile doesn't depend on the *.texi files.
I attempted to change it to
$(ESSINFODIR)/ess.info: *.texi
but that doesn't work.  So I used
$(ESSINFODIR)/ess.info: ess.texi help-sas.texi inst_tar.texi

The @display requires everything to be left justified.  Otherwise the
indentations are interpreted as hard spaces.

Why are some lines in @display and others in @example?  They look the same.
This is inst_tar.texi, lines 29-36
@example
gunzip ess-@essver{}.tar.gz
tar vxf ess-@essver{}.tar
@end example
@display
(or: @code{gunzip < ess-@essver{}.tar.gz | tar vxf -} ).
(or using GNU tar:  @code{tar zvxf ess-@essver{}.tar.gz}).
@end display

I added the control-function keys to help-sas.texi

I fixed the help menu pointers to the empty operating system nodes.

As long as I am doing info, I fixed up help-s.texi and installed it.
It compiles correctly.  It still needs to be read carefully to make sure
it is coherent.

I think the various doc/README* files now need to be regenerated
from the appropriate *.texi files.

git-svn-id: https://svn.r-project.org/ESS/trunk@2209 0bbaf3bd-34e0-0310-bf65-c717079852d4
doc/Makefile
doc/ess.info
doc/ess.info-1
doc/ess.info-2
doc/ess.info-3
doc/ess.texi
doc/help-s.texi
doc/help-sas.texi
doc/inst_tar.texi