Index: trunk/doc/release.2015/ps1.datasystem/Makefile
===================================================================
--- trunk/doc/release.2015/ps1.datasystem/Makefile	(revision 40720)
+++ trunk/doc/release.2015/ps1.datasystem/Makefile	(revision 40721)
@@ -9,5 +9,6 @@
 
 all: pdf tgz
-tgz: datasystem.tgz
+journal: datasystem.journal.tgz
+arxiv: datasystem.arxiv.tgz
 pdf: datasystem.pdf
 
@@ -21,9 +22,17 @@
 ../inputs/apj.bst \
 PS1_Data_Analysis_System_Overview.pdf \
-skypartition.png \
 datasystem.tex
 
-datasystem.pdf: $(FILES) $(BIBLIB)
-datasystem.tgz: $(FILES)
+PNGPICS = \
+skypartition.png
+
+EPSPICS = \
+skypartition.eps
+
+datasystem.pdf: $(FILES) $(BIBLIB) $(PNGPICS)
+
+datasystem.journal.tgz: $(FILES) $(EPSPICS) datasystem.bbl
+
+datasystem.arxiv.tgz: $(FILES) $(PNGPICS)
 
 DIST_TGT = datasystem.pdf datasystem.ps
Index: trunk/doc/release.2015/ps1.datasystem/datasystem.tex
===================================================================
--- trunk/doc/release.2015/ps1.datasystem/datasystem.tex	(revision 40720)
+++ trunk/doc/release.2015/ps1.datasystem/datasystem.tex	(revision 40721)
@@ -16,6 +16,7 @@
 %\def\plotmode{bw}
 
-%\def\plotext{pdf}
-\def\plotext{ps}
+%\def\plotext{png}
+\def\plotext{eps}
+% \def\plotext{ps}
 
 \def\picdir{figures}
@@ -1411,5 +1412,5 @@
 \begin{figure*}[htbp]
   \begin{center}
- \includegraphics[width=\hsize,clip]{skypartition.png}
+ \includegraphics[width=\hsize,clip]{skypartition.\plotext}
   \caption{\label{fig:sky.partition} Level 3 sky paritioning.  The
     blue grid shows the outlines of the different regions assigned to
Index: trunk/doc/release.2015/ps1.datasystem/dvo.sh
===================================================================
--- trunk/doc/release.2015/ps1.datasystem/dvo.sh	(revision 40720)
+++ trunk/doc/release.2015/ps1.datasystem/dvo.sh	(revision 40721)
@@ -5,5 +5,6 @@
   style -sz 0.4 -c green; ecliptic; style -c red; galactic
   style -sz 0.8 -c darkgreen; ecliptic; style -c red; galactic
-  png -name skypartition.png
+# png -name skypartition.png
+  ps -name skypartition.ps
 
 end
