The R Project SVN R

Rev

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

Rev 37351 Rev 42192
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
2
##
2
##
3
## Rd2txt -- Convert man pages (*.Rd help files) to plain text.
3
## Rd2txt -- Convert man pages (*.Rd help files) to plain text.
4
 
4
 
5
revision='$Rev: 37351 $'
5
revision='$Rev: 42192 $'
6
version=`set - ${revision}; echo ${2}`
6
version=`set - ${revision}; echo ${2}`
7
version="Rd2txt ${version}
7
version="Rd2txt ${version}
8
 
8
 
9
Copyright (C) 2000 The R Core Development Team.
9
Copyright (C) 2000 The R Core Development Team.
10
This is free software; see the GNU General Public Licence version 2
10
This is free software; see the GNU General Public License version 2
11
or later for copying conditions.  There is NO warranty."
11
or later for copying conditions.  There is NO warranty."
12
 
12
 
13
usage="Usage: R CMD Rd2txt [options] file
13
usage="Usage: R CMD Rd2txt [options] file
14
 
14
 
15
Generate plain text output from the Rd source specified by file.
15
Generate plain text output from the Rd source specified by file.