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

    r18406 r20790  
    125125        push(@$pagedimg_options, "-title_sub", '^(Page\s+\d+)?(\s*1\s+)?');
    126126        push(@$pagedimg_options, "-file_rename_method", "none");
     127        push(@$pagedimg_options, "-processing_tmp_files");
    127128    }
    128129    }
     
    139140    push(@$html_options, "-file_rename_method", "none");
    140141   
     142    # tell the secondary plugins that they are processing tmp files
     143    push(@$html_options, "-processing_tmp_files");
     144
    141145    $self = bless $self, $class;
    142146    # used for convert_post_process
Note: See TracChangeset for help on using the changeset viewer.