The R Project SVN R

Rev

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

Rev 6123 Rev 6187
Line 117... Line 117...
117
	    $destfile = "$dest/help/$targetfile";
117
	    $destfile = "$dest/help/$targetfile";
118
	    if(fileolder($destfile, $manage)) {
118
	    if(fileolder($destfile, $manage)) {
119
		$textflag = "text";
119
		$textflag = "text";
120
		open(nroffout, "| $TBL | $NROFF -ms 2> /dev/null | " .
120
		open(nroffout, "| $TBL | $NROFF -ms 2> /dev/null | " .
121
		     " ${R_HOME}/bin/help.pretty > '$destfile'");
121
		     " ${R_HOME}/bin/help.pretty > '$destfile'");
122
		Rdconv($manfile, "nroff", "", -1);
122
		Rdconv($manfile, "nroff", "", -1, $pkg);
123
	    }
123
	    }
124
	}
124
	}
125
 
125
 
126
	if($opt_html){
126
	if($opt_html){
127
	    my $targetfile = $filenm{$manfilebase};
127
	    my $targetfile = $filenm{$manfilebase};