The R Project SVN R

Rev

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

Rev 26349 Rev 26719
Line 5... Line 5...
5
## Examples:
5
## Examples:
6
##  R CMD Rd2dvi /path/to/Rsrc/src/library/base/man/Normal.Rd
6
##  R CMD Rd2dvi /path/to/Rsrc/src/library/base/man/Normal.Rd
7
##  R CMD Rd2dvi `grep -l "\\keyword{distr" \
7
##  R CMD Rd2dvi `grep -l "\\keyword{distr" \
8
##                  /path/to/Rsrc/src/library/base/man/*.Rd | sort | uniq`
8
##                  /path/to/Rsrc/src/library/base/man/*.Rd | sort | uniq`
9
 
9
 
10
revision='$Revision: 1.39 $'
10
revision='$Revision: 1.40 $'
11
version=`set - ${revision}; echo ${2}`
11
version=`set - ${revision}; echo ${2}`
12
version="Rd2dvi ${version}
12
version="Rd2dvi ${version}
13
 
13
 
14
Copyright (C) 2000-2001 The R Core Development Team.
14
Copyright (C) 2000-2001 The R Core Development Team.
15
This is free software; see the GNU General Public Licence version 2
15
This is free software; see the GNU General Public Licence version 2
Line 30... Line 30...
30
  -v, --version		print version info and exit
30
  -v, --version		print version info and exit
31
      --batch		no interaction
31
      --batch		no interaction
32
      --debug		turn on shell debugging (set -x)
32
      --debug		turn on shell debugging (set -x)
33
      --no-clean	do not remove created temporary files
33
      --no-clean	do not remove created temporary files
34
      --no-preview	do not preview generated output file
34
      --no-preview	do not preview generated output file
35
      --os=NAME		use OS subdir 'NAME' (unix, mac or windows)
35
      --os=NAME		use OS subdir 'NAME' (unix or windows)
36
      --OS=NAME		the same as '--os'
36
      --OS=NAME		the same as '--os'
37
  -o, --output=FILE	write output to FILE
37
  -o, --output=FILE	write output to FILE
38
      --pdf		generate PDF output
38
      --pdf		generate PDF output
39
      --title=NAME	use NAME as the title of the document
39
      --title=NAME	use NAME as the title of the document
40
  -V, --verbose		report on what is done
40
  -V, --verbose		report on what is done