The R Project SVN R

Rev

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

Rev 5078 Rev 6123
Line 9... Line 9...
9
 
9
 
10
use File::Basename;
10
use File::Basename;
11
use Cwd;
11
use Cwd;
12
use Getopt::Long;
12
use Getopt::Long;
13
 
13
 
-
 
14
$OSdir ="unix";
-
 
15
 
14
@knownoptions = ("rhome:s", "html", "nroff", "latex", "example", "debug",
16
@knownoptions = ("rhome:s", "html", "nroff", "latex", "example", "debug",
15
		 "dosnames", "htmllists");
17
		 "dosnames", "htmllists");
16
GetOptions (@knownoptions) || usage();
18
GetOptions (@knownoptions) || usage();
17
 
19
 
18
$cwd=getcwd();
20
$cwd=getcwd();