IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 26, 2010, 11:22:40 AM (16 years ago)
Author:
bills
Message:

allow distributing from alternate input location

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/dist.pro

    r27394 r27462  
    239239    book getword distToProcess $pageName no_magic -var NO_MAGIC
    240240    book getword distToProcess $pageName magicked -var MAGICKED
     241    book getword distToProcess $pageName alt_path_base -var ALT_PATH_BASE
    241242    book getword distToProcess $pageName outdir -var OUTDIR_TEMPLATE
    242243    book getword distToProcess $pageName dbname -var DBNAME
     
    256257    if ($QUALITY)
    257258        $EXTRA_ARGS = $EXTRA_ARGS --poor_quality
     259    end
     260    if ("$ALT_PATH_BASE" != "")
     261        $EXTRA_ARGS = $EXTRA_ARGS --alt_path_base $ALT_PATH_BASE
    258262    end
    259263
Note: See TracChangeset for help on using the changeset viewer.