Index: trunk/doc/modules/.cvsignore
===================================================================
--- trunk/doc/modules/.cvsignore	(revision 6006)
+++ trunk/doc/modules/.cvsignore	(revision 6007)
@@ -1,2 +1,1 @@
-*.log *.dvi *.aux *.toc *.log *.out
-configProposal.pdf ModulesSDRS.pdf
+*.log *.dvi *.aux *.toc *.log *.out *.tpm *.pdf
Index: trunk/doc/modules/CameraImages.tex
===================================================================
--- trunk/doc/modules/CameraImages.tex	(revision 6006)
+++ trunk/doc/modules/CameraImages.tex	(revision 6007)
@@ -324,5 +324,5 @@
 
 \begin{figure}
-\psfig{file=CameraLayout,width=5.5in}
+\psfig{file=pics/CameraLayout,width=5.5in}
 \caption{Camera Pixel Layout\label{CameraLayout}}
 \end{figure}
Index: trunk/doc/modules/Makefile
===================================================================
--- trunk/doc/modules/Makefile	(revision 6006)
+++ trunk/doc/modules/Makefile	(revision 6007)
@@ -1,3 +1,3 @@
-# $Id: Makefile,v 1.7 2005-12-06 19:48:26 eugene Exp $
+# $Id: Makefile,v 1.8 2006-01-16 00:38:10 eugene Exp $
 
 PDFLATEX = env TEXINPUTS=../../latex/inputs:$(TEXINPUTS):.: pdflatex
@@ -14,5 +14,5 @@
        ChangeLogSDRS.tex \
        CameraImages.tex \
-       CameraLayout.ps \
+       pics/CameraLayout.ps \
        ../pslib/coordinateFrames.ps \
        ../pslib/coordinateConv.ps
@@ -25,4 +25,5 @@
 %.pdf: %.tex
 	$(PSLATEX) $*.tex 
+	$(PSLATEX) $*.tex 
 	dvips -z -t letter -o $*.ps $*.dvi
 	ps2pdf $*.ps $*.pdf
@@ -31,5 +32,5 @@
 	dvips -z -t letter -o $*.ps $*.dvi
 	ps2pdf $*.ps $*.pdf
-	@rm -f $*.ps $*.dvi $*.aux $*.log $*.tbr $*.tbd $*.lof $*.toc body.tmp head.tmp
+	@rm -f $*.ps $*.dvi $*.aux $*.log $*.tbr $*.tbd $*.tpm  $*.lof $*.toc body.tmp head.tmp
 
 clean :
