IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 29, 2004, 12:01:49 PM (22 years ago)
Author:
eugene
Message:

updated PSDC numbers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/modules/Makefile

    r2029 r2241  
    1 # $Id: Makefile,v 1.2 2004-10-08 23:29:04 price Exp $
     1# $Id: Makefile,v 1.3 2004-10-29 22:00:51 eugene Exp $
    22
    3 PDFLATEX = pdflatex
     3PDFLATEX = env TEXINPUTS=../../latex/inputs:$(TEXINPUTS):.: pdflatex
     4PSLATEX  = env TEXINPUTS=../../latex/inputs:$(TEXINPUTS):.: latex
    45
    56all : ModulesSDRS.pdf
    67
    7 %.pdf : %.tex
    8         @find . -name $*.aux -cnewer $*.tex -exec rm {} \;
    9         @if [ ! -f $*.aux ]; then \
    10                 echo $(PDFLATEX) $*.tex; \
    11                 env TEXINPUTS=.:LaTeX:$(TEXINPUTS): $(PDFLATEX) $*.tex; \
    12         fi && env TEXINPUTS=.:LaTeX:$(TEXINPUTS): $(PDFLATEX) $*.tex || $(RM) $*.pdf
     8%.pdf: %.tex
     9        $(PSLATEX) $*.tex
     10        $(PSLATEX) $*.tex
     11        dvips -z -t letter -o $*.ps $*.dvi
     12        ps2pdf $*.ps $*.pdf
     13        @rm -f $*.ps $*.dvi $*.aux $*.log $*.tbr $*.tbd $*.lof $*.toc
    1314
    1415clean :
    15         $(RM) *.log *.dvi *.aux *.toc *.lof *.out *~ core
     16        $(RM) *.log *.dvi *.aux *.toc *.tbd *.tbr *.lof *.out *~ core
    1617
    1718empty : clean
    18         @for f in `find . -maxdepth 1 -name \*.pdf`; do \
    19             if [ -f `echo $$f | sed 's/pdf/tex/'` ]; then \
    20                 echo $(RM) $$f; \
    21                 $(RM) $$f; \
    22             fi; \
    23         done
     19
Note: See TracChangeset for help on using the changeset viewer.