IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 26, 2004, 3:47:20 PM (22 years ago)
Author:
eugene
Message:

fixed up Makefiles a bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/design/Makefile

    r2241 r2501  
    1 # $Id: Makefile,v 1.9 2004-10-29 22:00:08 eugene Exp $
     1# $Id: Makefile,v 1.10 2004-11-27 01:47:20 eugene Exp $
    22
    33PDFLATEX = env TEXINPUTS=../../latex/inputs:$(TEXINPUTS):.: pdflatex
     
    1313        ps2pdf ippSRSout.ps ippSRSout.pdf
    1414        mv ippSRSout.pdf ippSRS.pdf
    15         @rm -f ippSRSout.ps ippSRSout.dvi ippSRSout.aux ippSRSout.log
     15        @rm -f ippSRSout.ps ippSRSout.dvi ippSRSout.aux ippSRSout.log body.tmp head.tmp
    1616        @rm -f ippSRSout.tbr ippSRSout.tbd ippSRSout.ent ippSRSout.lof ippSRSout.loc
    1717
     
    2121        dvips -z -t letter -o $*.ps $*.dvi
    2222        ps2pdf $*.ps $*.pdf
    23         @rm -f $*.ps $*.dvi $*.aux $*.log $*.tbr $*.tbd $*.lof $*.toc
     23        @rm -f $*.ps $*.dvi $*.aux $*.log $*.tbr $*.tbd $*.lof $*.toc body.tmp head.tmp
    2424
    2525clean :
    26         $(RM) *.log *.dvi *.aux *.toc *.tbd *.tbr *.lof *.out *~ core
     26        $(RM) *.log *.dvi *.aux *.toc *.tbd *.tbr *.lof *.out *~ core body.tmp head.tmp
    2727
    2828empty : clean
Note: See TracChangeset for help on using the changeset viewer.