IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2004, 5:04:46 PM (22 years ago)
Author:
eugene
Message:

minor fixes in SRS, Makefile
adjusted stats in ADD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/Makefile

    r792 r1090  
    1 # $Id: Makefile,v 1.6 2004-05-27 02:34:32 eugene Exp $
     1# $Id: Makefile,v 1.7 2004-06-25 03:04:46 eugene Exp $
    22
    33PDFLATEX = pdflatex
     4PSLATEX = latex
    45
    56all : psLibSDRS.pdf psLibADD.pdf psLibSRS.pdf
     7ps  : psLibSDRS.ps psLibADD.ps psLibSRS.ps
    68
    79%.pdf : %.tex
     
    1113                env TEXINPUTS=.:LaTeX:$(TEXINPUTS): $(PDFLATEX) $*.tex; \
    1214        fi && env TEXINPUTS=.:LaTeX:$(TEXINPUTS): $(PDFLATEX) $*.tex || $(RM) $*.pdf
     15
     16%.dvi : %.tex
     17
     18%.dvi : %.aux
     19        env TEXINPUTS=.:LaTeX:$(TEXINPUTS): $(PSLATEX) $*.tex
     20
     21%.aux : %.tex
     22        env TEXINPUTS=.:LaTeX:$(TEXINPUTS): $(PSLATEX) $*.tex
     23        @rm -f $*.dvi
     24
     25%.ps : %.dvi
     26        dvips -o $*.ps $<
    1327
    1428clean :
Note: See TracChangeset for help on using the changeset viewer.