Index: trunk/doc/release.2015/ps1.analysis/Makefile
===================================================================
--- trunk/doc/release.2015/ps1.analysis/Makefile	(revision 39882)
+++ trunk/doc/release.2015/ps1.analysis/Makefile	(revision 39883)
@@ -14,4 +14,10 @@
 tgz: analysis.tgz
 
+PDFPICS = \
+pics/peaks.pdf \
+pics/FWHM.smooth.trend.ps1.pdf \
+pics/moment.class.pdf \
+pics/radial.profiles.pdf 
+
 FILES = \
 ../inputs/astro.sty \
@@ -19,15 +25,15 @@
 ../inputs/apj.bst \
 ../inputs/lib.bib \
-peaks.ps \
-FWHM.smooth.trend.ps1.ps \
-moment.class.ps \
-radial.profiles.ps \
+$(PDFPICS) \
 analysis.tex
 
-PDFPICS = peaks.pdf FWHM.smooth.trend.ps1.pdf moment.class.pdf radial.profiles.pdf 
+pics/%.pdf : pics/%.ps
+	echo $^
+	echo $<
+	echo $@
+	echo $*
+	ps2pdf -dEPSCrop $< $@
 
-pics/%.pdf : pics/%.ps
-	ps2pdf -dEPSCrop $*.ps
-
+pdfpics: $(PDFPICS)
 analysis.pdf: $(FILES)
 analysis.tgz: $(FILES)
Index: trunk/doc/release.2015/ps1.analysis/analysis.tex
===================================================================
--- trunk/doc/release.2015/ps1.analysis/analysis.tex	(revision 39882)
+++ trunk/doc/release.2015/ps1.analysis/analysis.tex	(revision 39883)
@@ -26,5 +26,5 @@
 
 %\def\picdir{/home/eugene/chipresid.20140404}
-\def\picdir{/data/pikake.2/eugene/chipresid.20140404}
+\def\picdir{pics}
 
 % Pick a terse version of the title here;
@@ -584,5 +584,5 @@
 \begin{figure}[htbp]
   \begin{center}
- \includegraphics[width=\hsize,clip]{peaks}
+ \includegraphics[width=\hsize,clip]{pics/peaks}
   \caption{\label{fig:peaks} Illustration of peak finding and culling peaks within a
     footprint.  Insignificant peaks within the footprint of a brighter
@@ -626,5 +626,5 @@
 \begin{figure}[htbp]
   \begin{center}
-  \includegraphics[width=\hsize]{{FWHM.smooth.trend.ps1}.\plotext}
+  \includegraphics[width=\hsize]{{pics/FWHM.smooth.trend.ps1}.\plotext}
   \caption{\label{fig:moments.window} Example of the biases encountered when measuring the second
     moments.  A simulated image was generated using the PS1 PSF
@@ -913,5 +913,5 @@
 \begin{figure}[htbp]
   \begin{center}
-  \includegraphics[width=\hsize]{{moment.class}.\plotext}
+  \includegraphics[width=\hsize]{{pics/moment.class}.\plotext}
   \caption{\label{fig:moment.class} Illustration of PSF star selection using the FWHM derived
     from the second moments in $X_{\rm ccd}$ and $Y_{\rm ccd}$
@@ -1320,5 +1320,5 @@
 \begin{figure}[htbp]
   \begin{center}
-  \includegraphics[width=\hsize]{{radial.profiles}.\plotext}
+  \includegraphics[width=\hsize]{{pics/radial.profiles}.\plotext}
   \caption{\label{fig:radial.profiles} Radial profiles of stellar images from PS1.  These two
     profiles illustrate the radial trend of the PS1 PSFs for a star
