The R Project SVN R

Rev

Rev 15234 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15234 Rev 15253
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.35 $'
10
revision='$Revision: 1.36 $'
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 19... Line 19...
19
 
19
 
20
Generate DVI (or PDF) output from the Rd sources specified by files, by
20
Generate DVI (or PDF) output from the Rd sources specified by files, by
21
either giving the paths to the files, or the path to a directory with
21
either giving the paths to the files, or the path to a directory with
22
the sources of a package.
22
the sources of a package.
23
 
23
 
-
 
24
Unless specified via option \`--output', the basename of the output file
-
 
25
equals the basename of argument \`files' if this specifies a package
-
 
26
(bundle) or a single file, and \`Rd2' otherwise.
-
 
27
 
24
Options:
28
Options:
25
  -h, --help		print short help message and exit
29
  -h, --help		print short help message and exit
26
  -v, --version		print version info and exit  
30
  -v, --version		print version info and exit  
27
      --debug		turn on shell debugging (set -x)
31
      --debug		turn on shell debugging (set -x)
28
      --no-clean	do not remove created temporary files
32
      --no-clean	do not remove created temporary files