Ignore:
Timestamp:
2002-07-11T15:04:34+12:00 (22 years ago)
Author:
jrm21
Message:

RTF files that end in .doc were converted to $filestem.doc.html by default,
so we force the output filename instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/gsConvert.pl

    r3013 r3246  
    511511    $cmd .= "rtftohtml";
    512512
    513     # it automatically uses $output_filestem.html
    514     $cmd .= " \"$input_filename\"";
     513    $cmd .= " -o \"$output_filestem.html\" \"$input_filename\"";
    515514
    516515    $cmd .= " 2>\"$output_filestem.err\""
Note: See TracChangeset for help on using the changeset viewer.