IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

some cleanups

Location:
trunk/doc/modules
Files:
2 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/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.