The R Project SVN R

Rev

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

Rev 6348 Rev 6994
Line 236... Line 236...
236
 
236
 
237
    exit 0;
237
    exit 0;
238
}
238
}
239
 
239
 
240
sub open_hhp {
240
sub open_hhp {
241
    my $pkg = $ARGV[0];
241
    my $pkg = $_[0];
242
 
242
 
243
    open hhpfile, ">../chm/$pkg.hhp" 
243
    open hhpfile, ">../chm/$pkg.hhp" 
244
	|| die "Couldn't open the chm project file\n";
244
	|| die "Couldn't open the chm project file\n";
245
    print hhpfile "[OPTIONS]\n", "Auto Index=Yes\n",
245
    print hhpfile "[OPTIONS]\n", "Auto Index=Yes\n",
246
    "Contents file=$pkg.toc\n",
246
    "Contents file=$pkg.toc\n",