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/RTFPlugin.pm

    r18406 r20790  
    9191    push(@$text_options, "-file_rename_method", "none");
    9292
     93    # tell the secondary plugins that they are processing tmp files
     94    push(@$html_options, "-processing_tmp_files");
     95
    9396    $self = bless $self, $class;
    9497
Note: See TracChangeset for help on using the changeset viewer.