IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2004, 3:23:03 PM (22 years ago)
Author:
eugene
Message:

merged the concepts of a psFloatArray, psDoubleArray, etc into psVector.
changed the type names to be consistently in the form psS8, psF32, etc.
changed callback function names of the form fooCB to fooCallback

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/Makefile

    r504 r681  
    1 # $Id: Makefile,v 1.2 2004-04-22 21:54:24 price Exp $
     1# $Id: Makefile,v 1.3 2004-05-14 01:23:03 eugene Exp $
    22
    33all : psLibDesign.pdf psLibADD.pdf
     
    77        @if [ ! -f $*.aux ]; then \
    88                echo $(PDFLATEX) $*.tex; \
    9                 env TEXINPUTS=.:LaTeX:: $(PDFLATEX) $*.tex; \
     9                env TEXINPUTS=$(TEXINPUX).:LaTeX:: $(PDFLATEX) $*.tex; \
    1010        fi && env TEXINPUTS=.:LaTeX:: $(PDFLATEX) $*.tex || $(RM) $*.pdf
    1111#
Note: See TracChangeset for help on using the changeset viewer.