The R Project SVN R

Rev

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

Rev 14040 Rev 14060
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.30 $'
10
revision='$Revision: 1.31 $'
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 34... Line 34...
34
      --title=NAME	use NAME as the title of the document
34
      --title=NAME	use NAME as the title of the document
35
  -V, --verbose		report on what is done
35
  -V, --verbose		report on what is done
36
 
36
 
37
Report bugs to <r-bugs@r-project.org>."
37
Report bugs to <r-bugs@r-project.org>."
38
 
38
 
39
TEXINPUTS=.:${R_HOME}/doc/manual:${TEXINPUTS}
39
TEXINPUTS=.:${R_HOME}/share/texmf:${TEXINPUTS}
40
export TEXINPUTS
40
export TEXINPUTS
41
 
41
 
42
start_dir=`pwd`
42
start_dir=`pwd`
43
 
43
 
44
clean=true
44
clean=true