Index: branches/eam_branches/20100225/ippTasks/dist.pro
===================================================================
--- branches/eam_branches/20100225/ippTasks/dist.pro	(revision 27087)
+++ branches/eam_branches/20100225/ippTasks/dist.pro	(revision 27517)
@@ -159,5 +159,5 @@
      # stderr $LOGSUBDIR/dist.process.load.log
 
-    $run = disttool -limit 25 -pendingcomponent -stage $DIST_STAGE:$currentStage
+    $run = disttool -pendingcomponent -stage $DIST_STAGE:$currentStage
     $currentStage ++
     if ($currentStage >= $DIST_STAGE:n) set currentStage = 0
@@ -177,5 +177,5 @@
       end
     end
-    # add_poll_args run
+    add_poll_args run
     add_poll_labels run
     command $run
@@ -239,4 +239,5 @@
     book getword distToProcess $pageName no_magic -var NO_MAGIC
     book getword distToProcess $pageName magicked -var MAGICKED
+    book getword distToProcess $pageName alt_path_base -var ALT_PATH_BASE
     book getword distToProcess $pageName outdir -var OUTDIR_TEMPLATE
     book getword distToProcess $pageName dbname -var DBNAME
@@ -256,4 +257,7 @@
     if ($QUALITY)
         $EXTRA_ARGS = $EXTRA_ARGS --poor_quality
+    end
+    if ("$ALT_PATH_BASE" != "")
+        $EXTRA_ARGS = $EXTRA_ARGS --alt_path_base $ALT_PATH_BASE
     end
 
