The R Project SVN R

Rev

Rev 49398 | Rev 50078 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 49398 Rev 49400
Line 43... Line 43...
43
## this was a separate command prior to 2.10.0
43
## this was a separate command prior to 2.10.0
44
  Rd2txt)
44
  Rd2txt)
45
    cmd="${R_HOME}/bin/Rdconv"
45
    cmd="${R_HOME}/bin/Rdconv"
46
    extra="-t txt"
46
    extra="-t txt"
47
    ;;
47
    ;;
-
 
48
  Rd2pdf)
-
 
49
    cmd="${R_HOME}/bin/Rd2dvi"
-
 
50
    extra="--pdf"
-
 
51
    ;;
48
  *)
52
  *)
49
    if test -x "${R_HOME}/bin/${1}"; then
53
    if test -x "${R_HOME}/bin/${1}"; then
50
      cmd="${R_HOME}/bin/${1}"
54
      cmd="${R_HOME}/bin/${1}"
51
    else
55
    else
52
      cmd="${1}"
56
      cmd="${1}"