Index: trunk/dvodist/scripts/mkdist.lap.pv2.20141215.sh
===================================================================
--- trunk/dvodist/scripts/mkdist.lap.pv2.20141215.sh	(revision 37805)
+++ trunk/dvodist/scripts/mkdist.lap.pv2.20141215.sh	(revision 37925)
@@ -4,5 +4,5 @@
 
 # general locations
-set wwwroot = /data/ippc11.0/www/dvodist/www-root
+set wwwroot = /export/ippc11.0/www/dvodist/www-root
 set catroot = /data/stsci19.2/eugene/addstar.20141016/lap.pv2.20141215
 
@@ -14,13 +14,15 @@
 
 # top-level files
-mkdir -p $cattgt
-foreach file (HostTable.dat AstroMap.fits Images.dat Photcodes.dat SkyTable.fits flatcorr.fits )
-  ln -sf $catroot/$file $cattgt
-end
-
-# make DEC directories
-foreach dir ($nlist $slist)
-  mkdir -p $cattgt/$dir
-end
+if (0) then
+  mkdir -p $cattgt
+  foreach file (HostTable.dat AstroMap.fits Images.dat Photcodes.dat SkyTable.fits flatcorr.fits )
+    ln -sf $catroot/$file $cattgt
+  end
+  
+  # make DEC directories
+  foreach dir ($nlist $slist)
+    mkdir -p $cattgt/$dir
+  end
+endif
 
 # link all files from all hostdirs into all DEC dirs
