IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 15, 2006, 3:11:41 PM (21 years ago)
Author:
eugene
Message:

re-organization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/design/Makefile

    r3759 r6009  
    1 # $Id: Makefile,v 1.11 2005-04-22 22:35:10 price Exp $
     1# $Id: Makefile,v 1.12 2006-01-16 01:11:39 eugene Exp $
    22
    33PDFLATEX = env TEXINPUTS=../../latex/inputs:$(TEXINPUTS):.: pdflatex
    44PSLATEX  = env TEXINPUTS=../../latex/inputs:$(TEXINPUTS):.: latex
    55
    6 all : ippSRS.pdf ippSDRS.pdf hardware.pdf ippSCDps1.pdf
     6help:
     7        @echo "USAGE: make (target)"
     8        @echo "  targets: srs ssdd scd all"
     9
     10srs: ippSRS.pdf
     11ssdd: ippSSDD.pdf
     12scd: ippSCDps1.pdf
     13
     14all : srs ssdd scd
    715
    816ippSRS.pdf : ippSRS.tex
     
    1119        $(PSLATEX) ippSRSout.tex
    1220        dvips -z -t letter -o ippSRSout.ps ippSRSout.dvi
     21        ps2pdf $ippSRSout.ps $ippSRSout.pdf
     22        thumbpdf --modes=dvips $ippSRSout.pdf
     23        $(PSLATEX) ippSRSout.tex
     24        dvips -z -t letter -o ippSRSout.ps ippSRSout.dvi
    1325        ps2pdf ippSRSout.ps ippSRSout.pdf
    1426        mv ippSRSout.pdf ippSRS.pdf
    1527        @rm -f ippSRSout.ps ippSRSout.dvi ippSRSout.aux ippSRSout.log body.tmp head.tmp
    16         @rm -f ippSRSout.tbr ippSRSout.tbd ippSRSout.ent ippSRSout.lof ippSRSout.loc
     28        @rm -f ippSRSout.tbr ippSRSout.tbd ippSRSout.ent ippSRSout.lof ippSRSout.loc ippSRSout.tpm
    1729
    1830%.pdf: %.tex
     
    2133        dvips -z -t letter -o $*.ps $*.dvi
    2234        ps2pdf $*.ps $*.pdf
    23         @rm -f $*.ps $*.dvi $*.aux $*.log $*.tbr $*.tbd $*.lof $*.toc body.tmp head.tmp
     35        thumbpdf --modes=dvips $*.pdf
     36        $(PSLATEX) $*.tex
     37        dvips -z -t letter -o $*.ps $*.dvi
     38        ps2pdf $*.ps $*.pdf
     39        @rm -f $*.ps $*.dvi $*.aux $*.log $*.tbr $*.tbd $*.lof $*.toc $*.tpm body.tmp head.tmp
    2440
    2541clean :
    26         $(RM) *.log *.dvi *.aux *.toc *.tbd *.tbr *.lof *.out *~ core body.tmp head.tmp
     42        $(RM) *.log *.dvi *.aux *.toc *.tbd *.tbr *.lof *.out *.tpm *~ core body.tmp head.tmp
     43
     44dist : clean
     45        $(RM) *.pdf
    2746
    2847empty : clean
Note: See TracChangeset for help on using the changeset viewer.