The R Project SVN R

Rev

Rev 5078 | Blame | Last modification | View Log | Download | RSS feed

#!/bin/sh

R_HOME=`R RHOME`

: ${NROFF=@NROFF@}
: ${TBL=@TBL@}

${R_HOME}/bin/Rdconv -t nroff ${1} \
  | ${TBL} \
  | ${NROFF} -ms 2> /dev/null \
  | ${R_HOME}/bin/help.pretty

### Local Variables: ***
### mode: sh ***
### sh-indentation: 2 ***
### End: ***