Index: /branches/eam_branches/ipp-20120905/dvodist/Makefile.in
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/Makefile.in	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/Makefile.in	(revision 34610)
@@ -82,5 +82,5 @@
 # mkd files are used to generate php files
 $(TGT-DVODIST)/%.php: $(SRC-DVODIST)/%.mkd
-	@if [ ! -d $(TGT-DVODIST) ]; then mkdir -p $(TGT-DVODIST) || exit; fi
+	@if [ ! -d $(@D) ]; then mkdir -p $(@D) || exit; fi
 	rm -f $(TGT-DVODIST)/$*.php || exit
 	$(GENERATE) --htdocs @HTDOCS@ --rootdir @ROOTDIR@ $(SRC-DVODIST)/$*.mkd $(TGT-DVODIST)/$*.php || exit
@@ -88,5 +88,5 @@
 # non-generated php code is copied directly
 $(TGT-DVODIST)/%: $(SRC-DVODIST)/%
-	@if [ ! -d $(TGT-DVODIST) ]; then mkdir -p $(TGT-DVODIST) || exit; fi
+	@if [ ! -d $(@D) ]; then mkdir -p $(@D) || exit; fi
 	cp $(SRC-DVODIST)/$* $(TGT-DVODIST)/$* || exit
 	chmod +x $(TGT-DVODIST)/$* || exit
@@ -94,5 +94,5 @@
 # mkd files are used to generate php files
 $(TGT-IPPDATA)/%.php: $(SRC-IPPDATA)/%.mkd
-	@if [ ! -d $(TGT-IPPDATA) ]; then mkdir -p $(TGT-IPPDATA) || exit; fi
+	@if [ ! -d $(@D) ]; then mkdir -p $(@D) || exit; fi
 	rm -f $(TGT-IPPDATA)/$*.php || exit
 	$(GENERATE) --htdocs @HTDOCS@ --rootdir @ROOTDIR@ $(SRC-IPPDATA)/$*.mkd $(TGT-IPPDATA)/$*.php || exit
@@ -100,5 +100,5 @@
 # non-generated php code is copied directly
 $(TGT-IPPDATA)/%: $(SRC-IPPDATA)/%
-	@if [ ! -d $(TGT-IPPDATA) ]; then mkdir -p $(TGT-IPPDATA) || exit; fi
+	@if [ ! -d $(@D) ]; then mkdir -p $(@D) || exit; fi
 	cp $(SRC-IPPDATA)/$* $(TGT-IPPDATA)/$* || exit
 	chmod +x $(TGT-IPPDATA)/$* || exit
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/Makefile
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/Makefile	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/Makefile	(revision 34610)
@@ -1,26 +1,26 @@
 DIST-3pi-20120509 = \
-$(TGT-ROOT)/3pi.20120509/n0000/index.php \
-$(TGT-ROOT)/3pi.20120509/n0730/index.php \
-$(TGT-ROOT)/3pi.20120509/n1500/index.php \
-$(TGT-ROOT)/3pi.20120509/n2230/index.php \
-$(TGT-ROOT)/3pi.20120509/n3000/index.php \
-$(TGT-ROOT)/3pi.20120509/n3730/index.php \
-$(TGT-ROOT)/3pi.20120509/n4500/index.php \
-$(TGT-ROOT)/3pi.20120509/n5230/index.php \
-$(TGT-ROOT)/3pi.20120509/n6000/index.php \
-$(TGT-ROOT)/3pi.20120509/n6730/index.php \
-$(TGT-ROOT)/3pi.20120509/n7500/index.php \
-$(TGT-ROOT)/3pi.20120509/n8230/index.php \
-$(TGT-ROOT)/3pi.20120509/s0000/index.php \
-$(TGT-ROOT)/3pi.20120509/s0730/index.php \
-$(TGT-ROOT)/3pi.20120509/s1500/index.php \
-$(TGT-ROOT)/3pi.20120509/s2230/index.php \
-$(TGT-ROOT)/3pi.20120509/s3000/index.php \
-$(TGT-ROOT)/3pi.20120509/s3730/index.php \
-$(TGT-ROOT)/3pi.20120509/s4500/index.php \
-$(TGT-ROOT)/3pi.20120509/s5230/index.php \
-$(TGT-ROOT)/3pi.20120509/s6000/index.php \
-$(TGT-ROOT)/3pi.20120509/s6730/index.php \
-$(TGT-ROOT)/3pi.20120509/s7500/index.php \
-$(TGT-ROOT)/3pi.20120509/s8230/index.php \
-$(TGT-ROOT)/3pi.20120509/index.php
+$(TGT-DVODIST)/3pi.20120509/n0000/index.php \
+$(TGT-DVODIST)/3pi.20120509/n0730/index.php \
+$(TGT-DVODIST)/3pi.20120509/n1500/index.php \
+$(TGT-DVODIST)/3pi.20120509/n2230/index.php \
+$(TGT-DVODIST)/3pi.20120509/n3000/index.php \
+$(TGT-DVODIST)/3pi.20120509/n3730/index.php \
+$(TGT-DVODIST)/3pi.20120509/n4500/index.php \
+$(TGT-DVODIST)/3pi.20120509/n5230/index.php \
+$(TGT-DVODIST)/3pi.20120509/n6000/index.php \
+$(TGT-DVODIST)/3pi.20120509/n6730/index.php \
+$(TGT-DVODIST)/3pi.20120509/n7500/index.php \
+$(TGT-DVODIST)/3pi.20120509/n8230/index.php \
+$(TGT-DVODIST)/3pi.20120509/s0000/index.php \
+$(TGT-DVODIST)/3pi.20120509/s0730/index.php \
+$(TGT-DVODIST)/3pi.20120509/s1500/index.php \
+$(TGT-DVODIST)/3pi.20120509/s2230/index.php \
+$(TGT-DVODIST)/3pi.20120509/s3000/index.php \
+$(TGT-DVODIST)/3pi.20120509/s3730/index.php \
+$(TGT-DVODIST)/3pi.20120509/s4500/index.php \
+$(TGT-DVODIST)/3pi.20120509/s5230/index.php \
+$(TGT-DVODIST)/3pi.20120509/s6000/index.php \
+$(TGT-DVODIST)/3pi.20120509/s6730/index.php \
+$(TGT-DVODIST)/3pi.20120509/s7500/index.php \
+$(TGT-DVODIST)/3pi.20120509/s8230/index.php \
+$(TGT-DVODIST)/3pi.20120509/index.php
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ 3pi.20120509 : plain : title  : Title
 @ HostTable.dat : file : file1 : database file
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n0000/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n0000/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n0000/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n0000 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n0730/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n0730/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n0730/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n0730 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n1500/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n1500/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n1500/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n1500 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n2230/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n2230/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n2230/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n2230 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n3000/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n3000/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n3000/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n3000 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n3730/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n3730/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n3730/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n3730 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n4500/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n4500/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n4500/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n4500 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n5230/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n5230/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n5230/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n5230 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n6000/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n6000/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n6000/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n6000 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n6730/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n6730/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n6730/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n6730 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n7500/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n7500/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n7500/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n7500 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n8230/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n8230/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/n8230/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n8230 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s0000/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s0000/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s0000/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s0000 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s0730/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s0730/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s0730/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s0730 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s1500/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s1500/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s1500/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s1500 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s2230/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s2230/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s2230/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s2230 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s3000/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s3000/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s3000/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s3000 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s3730/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s3730/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s3730/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s3730 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s4500/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s4500/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s4500/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s4500 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s5230/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s5230/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s5230/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s5230 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s6000/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s6000/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s6000/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s6000 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s6730/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s6730/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s6730/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s6730 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s7500/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s7500/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s7500/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s7500 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s8230/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s8230/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120509/s8230/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s8230 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/Makefile
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/Makefile	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/Makefile	(revision 34610)
@@ -1,26 +1,26 @@
 DIST-3pi-20120525 = \
-$(TGT-ROOT)/3pi.20120525/n0000/index.php \
-$(TGT-ROOT)/3pi.20120525/n0730/index.php \
-$(TGT-ROOT)/3pi.20120525/n1500/index.php \
-$(TGT-ROOT)/3pi.20120525/n2230/index.php \
-$(TGT-ROOT)/3pi.20120525/n3000/index.php \
-$(TGT-ROOT)/3pi.20120525/n3730/index.php \
-$(TGT-ROOT)/3pi.20120525/n4500/index.php \
-$(TGT-ROOT)/3pi.20120525/n5230/index.php \
-$(TGT-ROOT)/3pi.20120525/n6000/index.php \
-$(TGT-ROOT)/3pi.20120525/n6730/index.php \
-$(TGT-ROOT)/3pi.20120525/n7500/index.php \
-$(TGT-ROOT)/3pi.20120525/n8230/index.php \
-$(TGT-ROOT)/3pi.20120525/s0000/index.php \
-$(TGT-ROOT)/3pi.20120525/s0730/index.php \
-$(TGT-ROOT)/3pi.20120525/s1500/index.php \
-$(TGT-ROOT)/3pi.20120525/s2230/index.php \
-$(TGT-ROOT)/3pi.20120525/s3000/index.php \
-$(TGT-ROOT)/3pi.20120525/s3730/index.php \
-$(TGT-ROOT)/3pi.20120525/s4500/index.php \
-$(TGT-ROOT)/3pi.20120525/s5230/index.php \
-$(TGT-ROOT)/3pi.20120525/s6000/index.php \
-$(TGT-ROOT)/3pi.20120525/s6730/index.php \
-$(TGT-ROOT)/3pi.20120525/s7500/index.php \
-$(TGT-ROOT)/3pi.20120525/s8230/index.php \
-$(TGT-ROOT)/3pi.20120525/index.php
+$(TGT-DVODIST)/3pi.20120525/n0000/index.php \
+$(TGT-DVODIST)/3pi.20120525/n0730/index.php \
+$(TGT-DVODIST)/3pi.20120525/n1500/index.php \
+$(TGT-DVODIST)/3pi.20120525/n2230/index.php \
+$(TGT-DVODIST)/3pi.20120525/n3000/index.php \
+$(TGT-DVODIST)/3pi.20120525/n3730/index.php \
+$(TGT-DVODIST)/3pi.20120525/n4500/index.php \
+$(TGT-DVODIST)/3pi.20120525/n5230/index.php \
+$(TGT-DVODIST)/3pi.20120525/n6000/index.php \
+$(TGT-DVODIST)/3pi.20120525/n6730/index.php \
+$(TGT-DVODIST)/3pi.20120525/n7500/index.php \
+$(TGT-DVODIST)/3pi.20120525/n8230/index.php \
+$(TGT-DVODIST)/3pi.20120525/s0000/index.php \
+$(TGT-DVODIST)/3pi.20120525/s0730/index.php \
+$(TGT-DVODIST)/3pi.20120525/s1500/index.php \
+$(TGT-DVODIST)/3pi.20120525/s2230/index.php \
+$(TGT-DVODIST)/3pi.20120525/s3000/index.php \
+$(TGT-DVODIST)/3pi.20120525/s3730/index.php \
+$(TGT-DVODIST)/3pi.20120525/s4500/index.php \
+$(TGT-DVODIST)/3pi.20120525/s5230/index.php \
+$(TGT-DVODIST)/3pi.20120525/s6000/index.php \
+$(TGT-DVODIST)/3pi.20120525/s6730/index.php \
+$(TGT-DVODIST)/3pi.20120525/s7500/index.php \
+$(TGT-DVODIST)/3pi.20120525/s8230/index.php \
+$(TGT-DVODIST)/3pi.20120525/index.php
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ 3pi.20120525 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n0000/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n0000/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n0000/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n0000 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n0730/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n0730/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n0730/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n0730 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n1500/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n1500/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n1500/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n1500 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n2230/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n2230/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n2230/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n2230 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n3000/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n3000/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n3000/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n3000 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n3730/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n3730/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n3730/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n3730 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n4500/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n4500/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n4500/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n4500 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n5230/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n5230/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n5230/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n5230 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n6000/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n6000/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n6000/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n6000 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n6730/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n6730/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n6730/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n6730 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n7500/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n7500/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n7500/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n7500 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n8230/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n8230/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/n8230/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n8230 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s0000/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s0000/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s0000/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s0000 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s0730/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s0730/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s0730/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s0730 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s1500/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s1500/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s1500/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s1500 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s2230/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s2230/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s2230/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s2230 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s3000/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s3000/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s3000/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s3000 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s3730/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s3730/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s3730/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s3730 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s4500/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s4500/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s4500/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s4500 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s5230/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s5230/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s5230/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s5230 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s6000/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s6000/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s6000/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s6000 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s6730/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s6730/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s6730/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s6730 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s7500/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s7500/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s7500/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s7500 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s8230/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s8230/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120525/s8230/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s8230 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/Makefile
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/Makefile	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/Makefile	(revision 34610)
@@ -1,26 +1,26 @@
 DIST-3pi-20120606 = \
-$(TGT-ROOT)/3pi.20120606/n0000/index.php \
-$(TGT-ROOT)/3pi.20120606/n0730/index.php \
-$(TGT-ROOT)/3pi.20120606/n1500/index.php \
-$(TGT-ROOT)/3pi.20120606/n2230/index.php \
-$(TGT-ROOT)/3pi.20120606/n3000/index.php \
-$(TGT-ROOT)/3pi.20120606/n3730/index.php \
-$(TGT-ROOT)/3pi.20120606/n4500/index.php \
-$(TGT-ROOT)/3pi.20120606/n5230/index.php \
-$(TGT-ROOT)/3pi.20120606/n6000/index.php \
-$(TGT-ROOT)/3pi.20120606/n6730/index.php \
-$(TGT-ROOT)/3pi.20120606/n7500/index.php \
-$(TGT-ROOT)/3pi.20120606/n8230/index.php \
-$(TGT-ROOT)/3pi.20120606/s0000/index.php \
-$(TGT-ROOT)/3pi.20120606/s0730/index.php \
-$(TGT-ROOT)/3pi.20120606/s1500/index.php \
-$(TGT-ROOT)/3pi.20120606/s2230/index.php \
-$(TGT-ROOT)/3pi.20120606/s3000/index.php \
-$(TGT-ROOT)/3pi.20120606/s3730/index.php \
-$(TGT-ROOT)/3pi.20120606/s4500/index.php \
-$(TGT-ROOT)/3pi.20120606/s5230/index.php \
-$(TGT-ROOT)/3pi.20120606/s6000/index.php \
-$(TGT-ROOT)/3pi.20120606/s6730/index.php \
-$(TGT-ROOT)/3pi.20120606/s7500/index.php \
-$(TGT-ROOT)/3pi.20120606/s8230/index.php \
-$(TGT-ROOT)/3pi.20120606/index.php
+$(TGT-DVODIST)/3pi.20120606/n0000/index.php \
+$(TGT-DVODIST)/3pi.20120606/n0730/index.php \
+$(TGT-DVODIST)/3pi.20120606/n1500/index.php \
+$(TGT-DVODIST)/3pi.20120606/n2230/index.php \
+$(TGT-DVODIST)/3pi.20120606/n3000/index.php \
+$(TGT-DVODIST)/3pi.20120606/n3730/index.php \
+$(TGT-DVODIST)/3pi.20120606/n4500/index.php \
+$(TGT-DVODIST)/3pi.20120606/n5230/index.php \
+$(TGT-DVODIST)/3pi.20120606/n6000/index.php \
+$(TGT-DVODIST)/3pi.20120606/n6730/index.php \
+$(TGT-DVODIST)/3pi.20120606/n7500/index.php \
+$(TGT-DVODIST)/3pi.20120606/n8230/index.php \
+$(TGT-DVODIST)/3pi.20120606/s0000/index.php \
+$(TGT-DVODIST)/3pi.20120606/s0730/index.php \
+$(TGT-DVODIST)/3pi.20120606/s1500/index.php \
+$(TGT-DVODIST)/3pi.20120606/s2230/index.php \
+$(TGT-DVODIST)/3pi.20120606/s3000/index.php \
+$(TGT-DVODIST)/3pi.20120606/s3730/index.php \
+$(TGT-DVODIST)/3pi.20120606/s4500/index.php \
+$(TGT-DVODIST)/3pi.20120606/s5230/index.php \
+$(TGT-DVODIST)/3pi.20120606/s6000/index.php \
+$(TGT-DVODIST)/3pi.20120606/s6730/index.php \
+$(TGT-DVODIST)/3pi.20120606/s7500/index.php \
+$(TGT-DVODIST)/3pi.20120606/s8230/index.php \
+$(TGT-DVODIST)/3pi.20120606/index.php
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ 3pi.20120606 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n0000/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n0000/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n0000/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n0000 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n0730/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n0730/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n0730/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n0730 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n1500/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n1500/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n1500/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n1500 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n2230/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n2230/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n2230/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n2230 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n3000/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n3000/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n3000/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n3000 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n3730/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n3730/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n3730/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n3730 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n4500/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n4500/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n4500/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n4500 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n5230/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n5230/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n5230/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n5230 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n6000/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n6000/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n6000/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n6000 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n6730/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n6730/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n6730/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n6730 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n7500/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n7500/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n7500/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n7500 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n8230/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n8230/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/n8230/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ n8230 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s0000/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s0000/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s0000/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s0000 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s0730/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s0730/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s0730/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s0730 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s1500/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s1500/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s1500/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s1500 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s2230/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s2230/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s2230/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s2230 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s3000/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s3000/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s3000/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s3000 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s3730/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s3730/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s3730/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s3730 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s4500/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s4500/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s4500/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s4500 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s5230/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s5230/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s5230/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s5230 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s6000/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s6000/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s6000/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s6000 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s6730/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s6730/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s6730/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s6730 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s7500/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s7500/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s7500/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s7500 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s8230/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s8230/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/3pi.20120606/s8230/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ s8230 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120513/CSV/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120513/CSV/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120513/CSV/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ CSV : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120513/FITS/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120513/FITS/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120513/FITS/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ FITS : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120513/Makefile
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120513/Makefile	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120513/Makefile	(revision 34610)
@@ -1,4 +1,4 @@
 DIST-allsky-tables-20120513 = \
-$(TGT-ROOT)/allsky.tables.20120513/CSV/index.php \
-$(TGT-ROOT)/allsky.tables.20120513/FITS/index.php \
-$(TGT-ROOT)/allsky.tables.20120513/index.php
+$(TGT-DVODIST)/allsky.tables.20120513/CSV/index.php \
+$(TGT-DVODIST)/allsky.tables.20120513/FITS/index.php \
+$(TGT-DVODIST)/allsky.tables.20120513/index.php
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120513/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120513/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120513/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ allsky.tables.20120513 : plain : title  : Basic tables of well-determined stars across the sky
 @ FITS : dir : dir2 : tables in FITS format
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120602/CSV/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120602/CSV/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120602/CSV/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ CSV : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120602/FITS/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120602/FITS/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120602/FITS/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ FITS : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120602/Makefile
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120602/Makefile	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120602/Makefile	(revision 34610)
@@ -1,4 +1,4 @@
 DIST-allsky-tables-20120602 = \
-$(TGT-ROOT)/allsky.tables.20120602/CSV/index.php \
-$(TGT-ROOT)/allsky.tables.20120602/FITS/index.php \
-$(TGT-ROOT)/allsky.tables.20120602/index.php
+$(TGT-DVODIST)/allsky.tables.20120602/CSV/index.php \
+$(TGT-DVODIST)/allsky.tables.20120602/FITS/index.php \
+$(TGT-DVODIST)/allsky.tables.20120602/index.php
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120602/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120602/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/allsky.tables.20120602/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ allsky.tables.20120602 : plain : title  : Title
 @ ..             : dir   : dir2  : parent directory
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/index.mkd	(revision 34610)
@@ -5,11 +5,11 @@
 This is the PS1 internal data distribution server.  
 
-Data is distributed in several forms
+Data is distributed in several formats
 
 @ DVO Database  	       : plain : title : Comment
 @ 3pi.20120509 	       : dir   : dir1  : DVO Database Released 2012.05.25, ubercal + relphot + relastro (pm + par)
-@ 3pi.20120525 	       : dir   : dir1  : DVO Database Released 2012.05.25, ubercal + relphot + relastro (pm + par)
+@ 3pi.20120525 	       : dir   : dir2  : DVO Database Released 2012.05.25, ubercal + relphot + relastro (pm + par)
 @ 3pi.20120606 	       : dir   : dir1  : DVO Database Released 2012.05.25, ubercal + relphot + relastro (pm + par)
-@ # allsky.tables.20120513 : dir   : dir2  : Summary Tables for allsky (FITS & CSV formats)
-@ allsky.tables.20120602 : dir   : dir2  : Summary Tables for allsky (FITS & CSV formats)
-@ catdir.syn.test        : dir   : dir1  : Test DVO Database
+@ allsky.tables.20120513 : dir   : dir2  : Summary Tables for allsky (FITS & CSV formats)
+@ allsky.tables.20120602 : dir   : dir1  : Summary Tables for allsky (FITS & CSV formats)
+@ # catdir.syn.test      : dir   : dir1  : Test DVO Database
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/ubercal.data/Makefile
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/ubercal.data/Makefile	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/ubercal.data/Makefile	(revision 34610)
@@ -1,2 +1,2 @@
 DIST-ubercal-data = \
-$(TGT-ROOT)/ubercal.data/index.php
+$(TGT-DVODIST)/ubercal.data/index.php
Index: /branches/eam_branches/ipp-20120905/dvodist/dvodist/ubercal.data/index.mkd
===================================================================
--- /branches/eam_branches/ipp-20120905/dvodist/dvodist/ubercal.data/index.mkd	(revision 34609)
+++ /branches/eam_branches/ipp-20120905/dvodist/dvodist/ubercal.data/index.mkd	(revision 34610)
@@ -1,3 +1,3 @@
-<?php include "@HTDOCS@/www-util/ipp.page.php"; ?>
+<?php include "@HTDOCS@/www-util/dvodist.page.php"; ?>
 @ ubercal.data : plain : title  : Title
 @ ..           : dir   : dir2  : parent directory
