IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6007 for trunk/doc/modules


Ignore:
Timestamp:
Jan 15, 2006, 2:38:10 PM (20 years ago)
Author:
eugene
Message:

some cleanups

Location:
trunk/doc/modules
Files:
4 added
3 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/modules

    • Property svn:ignore
      •  

        old new  
        55*.log
        66*.out
        7 configProposal.pdf
        8 ModulesSDRS.pdf
         7*.tpm
         8*.pdf
  • trunk/doc/modules/.cvsignore

    r1566 r6007  
    1 *.log *.dvi *.aux *.toc *.log *.out
    2 configProposal.pdf ModulesSDRS.pdf
     1*.log *.dvi *.aux *.toc *.log *.out *.tpm *.pdf
  • trunk/doc/modules/CameraImages.tex

    r5709 r6007  
    324324
    325325\begin{figure}
    326 \psfig{file=CameraLayout,width=5.5in}
     326\psfig{file=pics/CameraLayout,width=5.5in}
    327327\caption{Camera Pixel Layout\label{CameraLayout}}
    328328\end{figure}
  • trunk/doc/modules/Makefile

    r5709 r6007  
    1 # $Id: Makefile,v 1.7 2005-12-06 19:48:26 eugene Exp $
     1# $Id: Makefile,v 1.8 2006-01-16 00:38:10 eugene Exp $
    22
    33PDFLATEX = env TEXINPUTS=../../latex/inputs:$(TEXINPUTS):.: pdflatex
     
    1414       ChangeLogSDRS.tex \
    1515       CameraImages.tex \
    16        CameraLayout.ps \
     16       pics/CameraLayout.ps \
    1717       ../pslib/coordinateFrames.ps \
    1818       ../pslib/coordinateConv.ps
     
    2525%.pdf: %.tex
    2626        $(PSLATEX) $*.tex
     27        $(PSLATEX) $*.tex
    2728        dvips -z -t letter -o $*.ps $*.dvi
    2829        ps2pdf $*.ps $*.pdf
     
    3132        dvips -z -t letter -o $*.ps $*.dvi
    3233        ps2pdf $*.ps $*.pdf
    33         @rm -f $*.ps $*.dvi $*.aux $*.log $*.tbr $*.tbd $*.lof $*.toc body.tmp head.tmp
     34        @rm -f $*.ps $*.dvi $*.aux $*.log $*.tbr $*.tbd $*.tpm  $*.lof $*.toc body.tmp head.tmp
    3435
    3536clean :
Note: See TracChangeset for help on using the changeset viewer.