Ignore:
Timestamp:
2009-10-07T15:53:19+13:00 (15 years ago)
Author:
kjdon
Message:

set -processing_tmp_files option to secondary HTML and PagedImage plugins so that the associated files in tmp are not stored as source associated files (used by incremental build to work out what needs reimporting)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugins/ExcelPlugin.pm

    r18406 r20790  
    8282    push(@$html_options,"-extract_language") if $self->{'extract_language'};
    8383    push(@$html_options, "-file_rename_method", "none");
    84    
     84    push(@$html_options, "-processing_tmp_files");
     85
    8586    push(@$text_options, "-input_encoding", "utf8");
    8687    push(@$text_options,"-extract_language") if $self->{'extract_language'};
Note: See TracChangeset for help on using the changeset viewer.