The R Project SVN R

Rev

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

Rev 6211 Rev 6348
Line 136... Line 136...
136
    build_htmlfctlist($lib);
136
    build_htmlfctlist($lib);
137
} elsif ($opt_chm) {
137
} elsif ($opt_chm) {
138
    %htmlindex = read_htmlindex($lib);
138
    %htmlindex = read_htmlindex($lib);
139
}
139
}
140
 
140
 
141
 
-
 
142
format STDOUT =
141
format STDOUT =
143
  @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< @<<<<<< @<<<<<< @<<<<<< @<<<<<< @<<<<<<
142
  @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< @<<<<<< @<<<<<< @<<<<<< @<<<<<< @<<<<<<
144
  $manfilebase, $textflag, $htmlflag, $latexflag, $exampleflag, $chmflag
143
  $manfilebase, $textflag, $htmlflag, $latexflag, $exampleflag, $chmflag
145
.
144
.
146
 
145
 
Line 187... Line 186...
187
	    $misslink = "";
186
	    $misslink = "";
188
	    $destfile = "$dest/html/$targetfile.$HTML";
187
	    $destfile = "$dest/html/$targetfile.$HTML";
189
	    if(fileolder($destfile,$manage)) {
188
	    if(fileolder($destfile,$manage)) {
190
		$htmlflag = "html";
189
		$htmlflag = "html";
191
		print "\t$destfile" if $opt_debug;
190
		print "\t$destfile" if $opt_debug;
192
		Rdconv($manfile, "html", "", "$destfile");
191
		Rdconv($manfile, "html", "", "$destfile", $pkg);
193
	    }
192
	    }
194
	}
193
	}
195
 
194
 
196
	if($opt_chm){
195
	if($opt_chm){
197
	    my $targetfile = $filenm{$manfilebase};
196
	    my $targetfile = $filenm{$manfilebase};