IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9674 for trunk/doc/config


Ignore:
Timestamp:
Oct 19, 2006, 5:52:13 PM (20 years ago)
Author:
Paul Price
Message:

The PSLATEX was stuffing up on my machine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/config/Makefile

    r9622 r9674  
    1 # $Id: Makefile,v 1.1 2006-10-18 04:19:54 price Exp $
     1# $Id: Makefile,v 1.2 2006-10-20 03:52:13 price Exp $
    22
    33PDFLATEX = env TEXINPUTS=../../latex/inputs:$(TEXINPUTS):.: pdflatex
     
    1616
    1717%.pdf: %.tex
    18         $(PSLATEX) $*.tex
    19         $(PSLATEX) $*.tex
    20         dvips -z -t letter -o $*.ps $*.dvi
    21         ps2pdf $*.ps $*.pdf
    22         thumbpdf --modes=dvips $*.pdf
    23         $(PSLATEX) $*.tex
    24         dvips -z -t letter -o $*.ps $*.dvi
    25         ps2pdf $*.ps $*.pdf
     18        $(PDFLATEX) $*.tex
     19        $(PDFLATEX) $*.tex
    2620        @rm -f $*.ps $*.dvi $*.aux $*.log $*.tbr $*.tbd $*.tpm  $*.lof $*.toc body.tmp head.tmp
    2721
Note: See TracChangeset for help on using the changeset viewer.