Index: /trunk/dvodist/INSTALL
===================================================================
--- /trunk/dvodist/INSTALL	(revision 39562)
+++ /trunk/dvodist/INSTALL	(revision 39563)
@@ -7,7 +7,7 @@
  (or make dvodist-all)
 
-ippc17 / dvodist example
- psconfigure --htdocs /data/ippc17.0/www/dvodist/ --rootdir /dvodist --rootwww http://dvodist.ipp.ifa.hawaii.edu
- make dvodist
+ippc32 / dvodist example
+ psconfigure --htdocs /export/ippc32.0/www/dvodist/ --rootdir /dvodist --rootwww http://dvodist.ipp.ifa.hawaii.edu
+ make -j6 dvodist-all
 
 # the subdirectory on the server is hard-wired in Makefile & depends on the make target
Index: /trunk/dvodist/Makefile.in
===================================================================
--- /trunk/dvodist/Makefile.in	(revision 39562)
+++ /trunk/dvodist/Makefile.in	(revision 39563)
@@ -108,4 +108,5 @@
 include $(SRC-DVODIST)/3pi.20130227.tables/Makefile
 include $(SRC-DVODIST)/ubercal.data/Makefile
+include $(SRC-DVODIST)/dvo.tarballs/Makefile
 
 DVODIST_DIRS = \
@@ -121,5 +122,6 @@
 $(DIST-3pi-20120525-tables) \
 $(DIST-3pi-20130227-tables) \
-$(DIST-ubercal-data)
+$(DIST-ubercal-data) \
+$(DIST-dvo-tarballs)
 
 dvodist-all: $(UTIL) $(DVODIST) $(DVODIST_DIRS)
Index: /trunk/dvodist/dvodist/dvo.tarballs/Makefile
===================================================================
--- /trunk/dvodist/dvodist/dvo.tarballs/Makefile	(revision 39563)
+++ /trunk/dvodist/dvodist/dvo.tarballs/Makefile	(revision 39563)
@@ -0,0 +1,2 @@
+DIST-dvo-tarballs = \
+$(TGT-DVODIST)/dvo.tarballs/index.php
Index: /trunk/dvodist/dvodist/dvo.tarballs/index.mkd
===================================================================
--- /trunk/dvodist/dvodist/dvo.tarballs/index.mkd	(revision 39563)
+++ /trunk/dvodist/dvodist/dvo.tarballs/index.mkd	(revision 39563)
@@ -0,0 +1,6 @@
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
+
+@ dvo.tarballs : plain : title  : Title
+@ ..           : dir   : dir2  : parent directory
+@ Ohana-20160428.tgz      : file : file1 : Ohana tarball 
+@ readline-5.2-p14.tar.gz : file : file2 : Readline tarball
Index: /trunk/dvodist/dvodist/index.mkd
===================================================================
--- /trunk/dvodist/dvodist/index.mkd	(revision 39562)
+++ /trunk/dvodist/dvodist/index.mkd	(revision 39563)
@@ -20,5 +20,24 @@
   evolution of the calibration analysis and the merge of external
   photomety.  For more detail, see the summary description for each
-  database.
+  database. 
+
+  *Note that all but the first 4 DVOs are distributed with compressed
+   FITS tables following the convention specified by Pense et al
+   (http://arxiv.org/pdf/1201.1340v1.pdf).  This convention has not
+   yet been ratified by the FITS standard, though is expected by
+   Summer 2016.  As a result, standard FITS tools will have trouble
+   reading these tables.  Two options which exist: 1) download the
+   current IPP / Ohana tools and use these either to read the tables
+   (with e.g., dvo or mana), or to uncompress the tables (with the
+   program ftable).  2) download the latest version of fpack and use
+   funpack to uncompress the tables.  In the later case, there is a
+   small inconsistency between our implementation and funpack: if
+   funpack finds the header keyword ZTILELEN and the expected output
+   table length ZNAXIS2 is < ZTILELEN, funpack will fail.  (We treat
+   ZTILELEN as a maximum block size, and so handle this case as we
+   handle the last block in a table.  The white paper is not explicit
+   in how to handle this case).  It is possible to use funpack to
+   uncompress these tables by modifying the value of ZTILELEN to match
+   ZNAXIS2.*
 
 @ DVO Database         : link                  : plain : title : Comment
@@ -48,4 +67,5 @@
 @ Other useful data
 @ ubercal.data         : dir   : dir1  : Ubercal zero point tables
+@ dvo.tarballs         : dir   : dir2  : Tarballs for building DVO
 
 <!-- @ catdir.syn.test      : dir   : dir1  : Test DVO Database -->
